]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Rename Python tor-resolve to tor-resolve.py; stop installing it; move tor-resolve...
authorNick Mathewson <nickm@torproject.org>
Thu, 28 Oct 2004 20:30:10 +0000 (20:30 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 28 Oct 2004 20:30:10 +0000 (20:30 +0000)
svn:r2621

contrib/Makefile.am
contrib/tor-resolve.py [moved from contrib/tor-resolve with 100% similarity]
doc/Makefile.am
doc/tor-resolve.1 [moved from contrib/tor-resolve.1 with 100% similarity]

index a073c9108049ffe269653466d2b61fb3389e8e5b..05491fe1ea1e2e54722cb58aec2aeb6c6e78c65c 100644 (file)
@@ -4,6 +4,6 @@ EXTRA_DIST = tor-tsocks.conf torify.1 tor-resolve.1 tor.spec tor-resolve
 
 conf_DATA = tor-tsocks.conf
 
-bin_SCRIPTS = torify tor-resolve
+bin_SCRIPTS = torify
 
-man_MANS = torify.1 tor-resolve.1
+man_MANS = torify.1
similarity index 100%
rename from contrib/tor-resolve
rename to contrib/tor-resolve.py
index d0a0307d2ed6c735c34b7a975db4acb0bf129607..83bb0c428d970adacc4d2fc3787cf9a1896ee950 100644 (file)
@@ -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
 
similarity index 100%
rename from contrib/tor-resolve.1
rename to doc/tor-resolve.1