diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-01-06 13:26:38 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-01-06 13:26:38 +0100 |
commit | 80e1315b56f559db60499f5373e90c293c5ab065 (patch) | |
tree | 3b279e6ac8e6298d7d9d96d12868f628a413939b /doc/man/Makefile.am | |
parent | 1b7f6eea0a06abab9b75b30f021aa6313fccfcd4 (diff) |
separate service for autoconfiguration from NAT traversal
Diffstat (limited to 'doc/man/Makefile.am')
-rw-r--r-- | doc/man/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index ff1e462b77..c40363b59b 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -25,6 +25,7 @@ man_MANS = \ gnunet-namestore.1 \ gnunet-namestore-fcfsd.1 \ gnunet-nat.1 \ + gnunet-nat-auto.1 \ gnunet-nat-server.1 \ gnunet-peerinfo.1 \ gnunet-publish.1 \ |