summaryrefslogtreecommitdiff
path: root/doc/include.am
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2015-08-20 20:33:38 +0200
committerNick Mathewson <nickm@torproject.org>2015-08-21 10:36:53 -0400
commit1633d1ad1d334b183e123192ccd8edc6277dad22 (patch)
tree4fffccecf6c5cd968abd99a08ca0389d0c5822d2 /doc/include.am
parent5cf24ff3af046391dcaf1df636e3bd5d7d17573d (diff)
downloadtor-1633d1ad1d334b183e123192ccd8edc6277dad22.tar.gz
tor-1633d1ad1d334b183e123192ccd8edc6277dad22.zip
Remove tor-fw-helper more thoroughly
Diffstat (limited to 'doc/include.am')
-rw-r--r--doc/include.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/include.am b/doc/include.am
index af99501502..47f1ab3433 100644
--- a/doc/include.am
+++ b/doc/include.am
@@ -13,7 +13,7 @@
# just use the .1 and .html files.
base_mans = doc/tor doc/tor-gencert doc/tor-resolve doc/torify
-all_mans = $(base_mans) doc/tor-fw-helper
+all_mans = $(base_mans)
if USE_FW_HELPER
install_mans = $(all_mans)
else
@@ -57,13 +57,11 @@ doc/tor.1.in: doc/tor.1.txt
doc/torify.1.in: doc/torify.1.txt
doc/tor-gencert.1.in: doc/tor-gencert.1.txt
doc/tor-resolve.1.in: doc/tor-resolve.1.txt
-doc/tor-fw-helper.1.in: doc/tor-fw-helper.1.txt
doc/tor.html.in: doc/tor.1.txt
doc/torify.html.in: doc/torify.1.txt
doc/tor-gencert.html.in: doc/tor-gencert.1.txt
doc/tor-resolve.html.in: doc/tor-resolve.1.txt
-doc/tor-fw-helper.html.in: doc/tor-fw-helper.1.txt
# use config.status to swap all machine-specific magic strings
# in the asciidoc with their replacements.
@@ -78,13 +76,11 @@ 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/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/tor-fw-helper.1: doc/tor-fw-helper.1.in
CLEANFILES+= $(asciidoc_product) config.log
DISTCLEANFILES+= $(html_in) $(man_in)