]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Ship the asciidoc-helper file in our tarballs
authorSebastian Hahn <sebastian@torproject.org>
Sat, 27 Feb 2010 15:27:44 +0000 (16:27 +0100)
committerSebastian Hahn <sebastian@torproject.org>
Mon, 1 Mar 2010 03:07:55 +0000 (04:07 +0100)
Otherwise, the build process breaks when one of the .1.txt gets
a new mtime. Suggested by weasel.

ChangeLog
doc/Makefile.am

index ab11ddb6d585f91f06129cd19672c965024fe84f..7ee0ebec96b38d258ea98bd0ee72aca08ce44216 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,9 @@ Changes in version 0.2.2.10-alpha - 2010-??-??
       fixes bug 1255.
     - Disallow values larger than INT32_MAX for PerConnBWRate|Burst
       config option. Bugfix on 0.2.2.7-alpha.
+    - Ship the asciidoc-helper file in the tarball, so that people can
+      build from source if they want to, and touching the .1.txt files
+      doesn't break the build. Bugfix on 0.2.2.9-alpha.
 
   o Code simplifications and refactoring:
     - Fix some urls in the exit notice file and make it XHTML1.1 strict
index 492dd3bd51d4a07ecbfb650d3819552a133bee05..cccc94823d71bdc8e9a3421e75ead5ce5e4c7e0a 100644 (file)
@@ -19,7 +19,7 @@ html_in = $(asciidoc_files:=.html.in)
 
 man_in = $(asciidoc_files:=.1.in)
 
-EXTRA_DIST = HACKING                                         \
+EXTRA_DIST = HACKING asciidoc-helper.sh                      \
              $(html_in) $(man_in) $(asciidoc_files:=.1.txt)  \
              tor-osx-dmg-creation.txt tor-rpm-creation.txt   \
              tor-win32-mingw-creation.txt