diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-10-28 20:30:10 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-10-28 20:30:10 +0000 |
commit | 7fda3df9dd236bc14bb98d1395dd141eab4ff43f (patch) | |
tree | 5b3373a2a094fea664d3ea512325a7168d89010e /doc/Makefile.am | |
parent | 54b8f7e50394e77bd34a0c56aac11abf4484e240 (diff) | |
download | tor-7fda3df9dd236bc14bb98d1395dd141eab4ff43f.tar.gz tor-7fda3df9dd236bc14bb98d1395dd141eab4ff43f.zip |
Rename Python tor-resolve to tor-resolve.py; stop installing it; move tor-resolve manpage to doc directory
svn:r2621
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 d0a0307d2e..83bb0c428d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ EXTRA_DIST = tor-spec.txt CLIENTS FAQ HACKING rend-spec.txt tor-doc.html tor-doc.css -man_MANS = tor.1 +man_MANS = tor.1 tor-resolve.1 SUBDIRS = design-paper |