Don't require asciidoc when building Tor from a tarball

If asciidoc is required, the user receives an error message telling
them about the --disable-asciidoc configure switch and the build
breaks.
This commit is contained in:
Sebastian Hahn
2010-03-08 21:01:52 +01:00
parent 4d7d1027ae
commit fca673bcd3
3 changed files with 31 additions and 13 deletions
@@ -0,0 +1,8 @@
o Minor bugfixes:
- When building the manpage from a tarball, we required asciidoc, even
though the asciidoc -> roff/html conversion was already done while
building the tarball. We now make it so that make complains when
we need asciidoc (either because someone is compiling directly from git,
or because they altered the asciidoc manpage in their tarball). Bugfix
on 0.2.2.9-alpha.