| Commit message (Expand) | Author | Age |
* | Improve asciidoc-helper's suggestion of what to install•••Fixes bug #7766.
Patch by David Fifield, revised by Peter Palfrader.
| Nick Mathewson | 2013-03-15 |
* | Clarify how to build asciidoc files using homebrew on Mac OS X | Steven Murdoch | 2012-07-20 |
* | Build the tor-fw-helper manpage•••So far we just had the asciidoc manpage, but didn't build it.
| Sebastian Hahn | 2010-09-30 |
* | In asciidoc-helper.sh, be more verbose when a2x fails.•••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.
| Nick Mathewson | 2010-06-07 |
* | Mention libxml2-utils in our asciidoc dependencies•••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.
| Sebastian Hahn | 2010-03-30 |
* | 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.
| Sebastian Hahn | 2010-03-09 |
* | Add configure switch to disable use of asciidoc•••Also break the build if that switch isn't used and asciidoc isn't
available.
| Sebastian Hahn | 2010-03-01 |
* | Simplify asciidoc-helper•••We don't need sed for our string manipulation, so let's get rid of
it. Suggested by weasel.
| Sebastian Hahn | 2010-03-01 |
* | Allow generating documentation from asciidoc in the Makefile | Sebastian Hahn | 2010-01-27 |