[torsocks/master] Update documentation Makefile

commit 708fdf00ce564855f4c5db16b3393e8827297c1c Author: David Goulet <dgoulet@ev0ke.net> Date: Sat Aug 24 15:32:16 2013 -0400 Update documentation Makefile Signed-off-by: David Goulet <dgoulet@ev0ke.net> --- doc/Makefile.am | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 666abeb..4e1084c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,14 +1,10 @@ -# Makefile used by configure to create real Makefile - # Install configuration file confdir = $(CONFDIR)/ dist_conf_DATA = torsocks.conf -# Install man pages -dist_man_MANS = torsocks.1 torsocks.8 usewithtor.1 torsocks.conf.5 +dist_man1_MANS = torsocks.1 +dist_man3_MANS = torsocks.conf.5 +dist_man8_MANS = torsocks.8 -dist_data_DATA = socks/SOCKS5 socks/SOCKS4.protocol socks/socks-extensions.txt \ - patches/compilewarnings.patch patches/conffile.patch patches/getaddrbyhost.patch \ - patches/getpeername.patch patches/infiniteloop.patch patches/localaddresses.patch \ - patches/README patches/README.TORDNS patches/tordns.patch notes/DEBUG +dist_data_DATA = socks/SOCKS5 socks/socks-extensions.txt notes/DEBUG
participants (1)
-
dgoulet@torproject.org