commit 7bf37c0eb0ae632ef42f9725cf6b0a4a0dd79e93 Author: George Kadianakis desnacked@riseup.net Date: Mon Feb 27 21:49:03 2012 -0800
Include files from doc/ in the release archive. --- Makefile.am | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am index a703a99..189ee08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,7 +56,19 @@ noinst_HEADERS = \ src/test/tinytest.h \ src/test/tinytest_macros.h
-EXTRA_DIST = doc/obfs2/protocol-spec.txt +EXTRA_DIST = \ + doc/HACKING \ + doc/obfsproxy.1 \ + doc/obfsproxy_architecture.txt \ + doc/TODO \ + doc/tor-obfs-howto.txt \ + doc/obfs2/protocol-spec.txt \ + doc/obfs2/threat-model.txt \ + doc/obfs2/howto/README \ + doc/obfs2/howto/client-external-howto.txt \ + doc/obfs2/howto/client-managed-howto.txt \ + doc/obfs2/howto/server-managed-howto.txt \ + doc/obfs2/howto/server-external-howto.txt
TESTS = unittests
tor-commits@lists.torproject.org