]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Don't preprocess torify
authorguilhem <tor@guilhem.org>
Sat, 28 Sep 2013 20:08:15 +0000 (16:08 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 29 Sep 2013 17:59:17 +0000 (13:59 -0400)
Since torify has been removed from tsocks, it doesn't need to be
preprocessed. Closes #5505.

.gitignore
configure.ac
contrib/torify [moved from contrib/torify.in with 100% similarity]
doc/include.am

index 201d04da66c25dd78b2aa59f6f9f3ca773f231c9..65f4d3f390888d6f061650b9253e8fdaf40de982 100644 (file)
 /doc/tor-resolve.html.in
 /doc/tor-resolve.1.xml
 /doc/torify.1
-/doc/torify.1.in
 /doc/torify.html
-/doc/torify.html.in
 /doc/torify.1.xml
 
 # /doc/spec/
index 7259d881269a27d8e135e71e0598629b588c9f50..2dd3a1e545648239d3f7b319d779ce1c7d9e008c 100644 (file)
@@ -1488,7 +1488,6 @@ AC_CONFIG_FILES([
         contrib/tor.logrotate
         contrib/tor.sh
         contrib/torctl
-        contrib/torify
         src/config/torrc.sample
 ])
 
similarity index 100%
rename from contrib/torify.in
rename to contrib/torify
index 9695292bdf4b4c474cc1e7fc72634567a3cd04ca..37c0237a0014be42465452b5aa670201b74b7687 100644 (file)
@@ -12,8 +12,8 @@
 # part of the source distribution, so that people without asciidoc can
 # just use the .1 and .html files.
 
-regular_mans = doc/tor doc/tor-gencert doc/tor-resolve doc/torify
-all_mans = $(regular_mans) doc/tor-fw-helper
+regular_mans = doc/tor doc/tor-gencert doc/tor-resolve
+all_mans = $(regular_mans) doc/torify doc/tor-fw-helper
 
 if USE_ASCIIDOC
 if USE_FW_HELPER
@@ -55,13 +55,11 @@ $(man_in) :
 doc/tor.1.in: doc/tor.1.txt
 doc/tor-gencert.1.in: doc/tor-gencert.1.txt
 doc/tor-resolve.1.in: doc/tor-resolve.1.txt
-doc/torify.1.in: doc/torify.1.txt
 doc/tor-fw-helper.1.in: doc/tor-fw-helper.1.txt
 
 doc/tor.html.in: doc/tor.1.txt
 doc/tor-gencert.html.in: doc/tor-gencert.1.txt
 doc/tor-resolve.html.in: doc/tor-resolve.1.txt
-doc/torify.html.in: doc/torify.1.txt
 doc/tor-fw-helper.html.in: doc/tor-fw-helper.1.txt
 
 # use ../config.status to swap all machine-specific magic strings
@@ -76,13 +74,13 @@ $(asciidoc_product) :
 doc/tor.html: doc/tor.html.in
 doc/tor-gencert.html: doc/tor-gencert.html.in
 doc/tor-resolve.html: doc/tor-resolve.html.in
-doc/torify.html: doc/torify.html.in
+doc/torify.html: doc/torify.1.txt
 doc/tor-fw-helper.html: doc/tor-fw-helper.html.in
 
 doc/tor.1: doc/tor.1.in
 doc/tor-gencert.1: doc/tor-gencert.1.in
 doc/tor-resolve.1: doc/tor-resolve.1.in
-doc/torify.1: doc/torify.1.in
+doc/torify.1: doc/torify.1.txt
 doc/tor-fw-helper.1: doc/tor-fw-helper.1.in
 
 CLEANFILES+= $(asciidoc_product) config.log