aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc-helper.sh
Commit message (Collapse)AuthorAge
* In asciidoc-helper.sh, be more verbose when a2x fails.Nick Mathewson2010-06-07
| | | | | | | | | | | Previously, we said (more or less), "a2x is broken and here's how you could try to fix it". Instead, we now say "We need a2x to build manpages; a2x didn't work; here is a fix that might work for you; alternatively you could just skip manpage building." Addresses bug 1524. Also, give the message as a here-document rather than a bunch of echos.
* Mention libxml2-utils in our asciidoc dependenciesSebastian Hahn2010-03-30
| | | | | | Zax from #tor noticed that while we list docbook-xsl and docbook-xml in our helpful error text when making the docs fails, we forgot to also list libxml2-utils. Let's add that.
* Don't require asciidoc when building Tor from a tarballSebastian Hahn2010-03-09
| | | | | | If asciidoc is required, the user receives an error message telling them about the --disable-asciidoc configure switch and the build breaks.
* Add configure switch to disable use of asciidocSebastian Hahn2010-03-01
| | | | | Also break the build if that switch isn't used and asciidoc isn't available.
* Simplify asciidoc-helperSebastian Hahn2010-03-01
| | | | | We don't need sed for our string manipulation, so let's get rid of it. Suggested by weasel.
* Allow generating documentation from asciidoc in the MakefileSebastian Hahn2010-01-27