summaryrefslogtreecommitdiff
path: root/doc/asciidoc-helper.sh
AgeCommit message (Collapse)Author
2019-03-27Fix SC2086 warnings in asciidoc-helper.shrl1987
2016-07-05Run asciidoc in UTC timezone for build reproducibility.intrigeri
asciidoc adds a timestamp at the end of a generated HTML file. This timestamp is based on the date of the file but it can change depending on the TZ environment variable.
2013-03-15Improve asciidoc-helper's suggestion of what to installNick Mathewson
Fixes bug #7766. Patch by David Fifield, revised by Peter Palfrader.
2012-07-20Clarify how to build asciidoc files using homebrew on Mac OS XSteven Murdoch
2010-09-30Build the tor-fw-helper manpageSebastian Hahn
So far we just had the asciidoc manpage, but didn't build it.
2010-06-07In asciidoc-helper.sh, be more verbose when a2x fails.Nick Mathewson
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.
2010-03-30Mention libxml2-utils in our asciidoc dependenciesSebastian Hahn
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.
2010-03-09Don't require asciidoc when building Tor from a tarballSebastian Hahn
If asciidoc is required, the user receives an error message telling them about the --disable-asciidoc configure switch and the build breaks.
2010-03-01Add configure switch to disable use of asciidocSebastian Hahn
Also break the build if that switch isn't used and asciidoc isn't available.
2010-03-01Simplify asciidoc-helperSebastian Hahn
We don't need sed for our string manipulation, so let's get rid of it. Suggested by weasel.
2010-01-27Allow generating documentation from asciidoc in the MakefileSebastian Hahn