[tor-commits] [torsocks/master] Add documentation to 'make dist'
hoganrobert at torproject.org
hoganrobert at torproject.org
Wed Oct 26 18:32:47 UTC 2011
commit 2f8fa54dd63a81edc4cfd9d2187adb15521fe59d
Author: Robert Hogan <robert at roberthogan.net>
Date: Wed Oct 26 19:31:49 2011 +0100
Add documentation to 'make dist'
---
doc/Makefile.am | 6 ++++++
test/Makefile.am | 2 ++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 222ba92..666abeb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -6,3 +6,9 @@ dist_conf_DATA = torsocks.conf
# Install man pages
dist_man_MANS = torsocks.1 torsocks.8 usewithtor.1 torsocks.conf.5
+
+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
+
diff --git a/test/Makefile.am b/test/Makefile.am
index c04e5ea..10e037b 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -3,3 +3,5 @@ noinst_PROGRAMS= test_torsocks
test_torsocks_SOURCES= test_torsocks.c
test_torsocks_LDFLAGS= $(TESTLDFLAGS)
CLEANFILES= test_torsocks
+
+dist_data_DATA = run_tests.sh expectedresults.txt
\ No newline at end of file
More information about the tor-commits
mailing list