diff options
author | Roger Dingledine <arma@torproject.org> | 2005-11-15 22:39:23 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-11-15 22:39:23 +0000 |
commit | 2a9645481624de59c28c615c5bb366c09068b877 (patch) | |
tree | ca58ef5115ba128ffd1ee24a7e44ff87b86c523a /doc/Makefile.am | |
parent | 929dc8dea99ccb8e82671b5b5b601c596765851e (diff) | |
download | tor-2a9645481624de59c28c615c5bb366c09068b877.tar.gz tor-2a9645481624de59c28c615c5bb366c09068b877.zip |
start shipping tor-doc-unix.html tor-doc-server.html in the tarball
svn:r5393
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 99cf7fc54b..63f5c8c5f5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = tor-spec.txt FAQ HACKING rend-spec.txt control-spec.txt dir-spec.txt tor-doc.html tor-doc.css tor-doc-win32.html tor-doc-osx.html tor-switchproxy.html tor-hidden-service.html tor-resolve.1 version-spec.txt +EXTRA_DIST = tor-spec.txt FAQ HACKING rend-spec.txt control-spec.txt dir-spec.txt tor-doc.html tor-doc.css tor-doc-win32.html tor-doc-osx.html tor-doc-unix.html tor-doc-server.html tor-switchproxy.html tor-hidden-service.html tor-resolve.1 version-spec.txt man_MANS = tor.1 tor-resolve.1 |