diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-02-27 16:27:44 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-03-01 04:07:55 +0100 |
commit | f9de12b864cc2b2fd5c3327f9dccf16deeefb483 (patch) | |
tree | ef1451fb943a7bcb7ddd556dae4610a1ea1a79f0 /doc | |
parent | 9caecc1e482a057751a4802a0e50c95099685e36 (diff) | |
download | tor-f9de12b864cc2b2fd5c3327f9dccf16deeefb483.tar.gz tor-f9de12b864cc2b2fd5c3327f9dccf16deeefb483.zip |
Ship the asciidoc-helper file in our tarballs
Otherwise, the build process breaks when one of the .1.txt gets
a new mtime. Suggested by weasel.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 492dd3bd51..cccc94823d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 |