diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-01-10 17:08:05 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-01-10 17:08:05 +0000 |
commit | c508fa5aec04b52b6dffa75de960fa5f579307bb (patch) | |
tree | 9055acbeaf6e20378f90a42d491d54500232a938 /doc/Makefile.am | |
parent | ca5f670fab9028053972443d4d3ec31b6c5a7680 (diff) | |
download | tor-c508fa5aec04b52b6dffa75de960fa5f579307bb.tar.gz tor-c508fa5aec04b52b6dffa75de960fa5f579307bb.zip |
r17550@catbus: nickm | 2008-01-10 12:08:01 -0500
Add a manual page for tor-gencert. Also implement the missing -s option in tor-gencert, and fix the info message for when no cert file is specified.
svn:r13091
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 8a3c8e75db..b8c8c67de4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,7 +4,7 @@ EXTRA_DIST = website img HACKING \ tor-osx-dmg-creation.txt tor-rpm-creation.txt \ tor-win32-mingw-creation.txt -man_MANS = tor.1 tor-resolve.1 +man_MANS = tor.1 tor-resolve.1 tor-gencert.1 SUBDIRS = design-paper spec |