aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-01-27 20:09:19 +0100
committerSebastian Hahn <sebastian@torproject.org>2010-01-27 20:09:19 +0100
commit2c0ad636d9fad128be1a5cf7389f88949746ef48 (patch)
tree09342e11f0280c567d618b84024aab2705301db2
parent0d51a2537adc66dd5a480b53a920636a0a543250 (diff)
downloadtor-2c0ad636d9fad128be1a5cf7389f88949746ef48.tar.gz
tor-2c0ad636d9fad128be1a5cf7389f88949746ef48.zip
Stop shipping the design paper in the tarballs
-rw-r--r--ChangeLog3
-rw-r--r--doc/Makefile.am2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cd401440c0..978bafe0b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,8 @@ Changes in version 0.2.2.9-alpha - 2010-??-??
nicer HTML.
o Removed features:
- - Stop shipping parts of the website in the source tarballs.
+ - Stop shipping parts of the website and the design paper in the
+ source tarballs.
Changes in version 0.2.2.8-alpha - 2010-01-26
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 240646b858..2cb187d82d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -32,7 +32,7 @@ asciidoc_product = $(nodist_man_MANS) $(doc_DATA)
SUBDIRS = design-paper spec
-DIST_SUBDIRS = design-paper spec
+DIST_SUBDIRS = spec
# Generate the html documentation from asciidoc, but don't do
# machine-specific replacements yet