diff options
author | cypherpunks <cypherpunks@torproject.org> | 2016-12-15 21:17:04 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-23 10:50:41 -0500 |
commit | d3c0b137aff9ae506778c74d885088cbdb535922 (patch) | |
tree | 0e6db90f4c03717025203eb75e8542bd0c7a78ab /doc | |
parent | 40ce7a83c4c0e1be16da57da76ba19ff62a35b33 (diff) | |
download | tor-d3c0b137aff9ae506778c74d885088cbdb535922.tar.gz tor-d3c0b137aff9ae506778c74d885088cbdb535922.zip |
Remove dead code related to the old tor-fw-helper
This commit removes more code related to the old tor-fw-helper which was
removed in ticket 13338.
Closes ticket 21024.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/include.am | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/include.am b/doc/include.am index 7164a4b2a0..0e8de231e1 100644 --- a/doc/include.am +++ b/doc/include.am @@ -12,17 +12,11 @@ # part of the source distribution, so that people without asciidoc can # just use the .1 and .html files. -base_mans = doc/tor doc/tor-gencert doc/tor-resolve doc/torify -all_mans = $(base_mans) -if USE_FW_HELPER -install_mans = $(all_mans) -else -install_mans = $(base_mans) -endif +all_mans = doc/tor doc/tor-gencert doc/tor-resolve doc/torify if USE_ASCIIDOC -nodist_man1_MANS = $(install_mans:=.1) -doc_DATA = $(install_mans:=.html) +nodist_man1_MANS = $(all_mans:=.1) +doc_DATA = $(all_mans:=.html) html_in = $(all_mans:=.html.in) man_in = $(all_mans:=.1.in) txt_in = $(all_mans:=.1.txt) |