Age | Commit message (Collapse) | Author |
|
Signed-off-by: David Goulet <dgoulet@torproject.org>
|
|
Signed-off-by: David Goulet <dgoulet@torproject.org>
|
|
Closes #26299
Signed-off-by: David Goulet <dgoulet@torproject.org>
|
|
Closes #26299
Signed-off-by: David Goulet <dgoulet@torproject.org>
|
|
Remove all unnecessary ";" characters at the end of several lines.
Align all indentations to 4 spaces.
Update console messages related to XML_CATALOG_FILES and
.bashrc file.
Signed-off-by: skaluzka <skaluzka@protonmail.com>
|
|
|
|
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.
|
|
Fixes bug #7766.
Patch by David Fifield, revised by Peter Palfrader.
|
|
|
|
So far we just had the asciidoc manpage, but didn't build it.
|
|
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.
|
|
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.
|
|
If asciidoc is required, the user receives an error message telling
them about the --disable-asciidoc configure switch and the build
breaks.
|
|
Also break the build if that switch isn't used and asciidoc isn't
available.
|
|
We don't need sed for our string manipulation, so let's get rid of
it. Suggested by weasel.
|
|
|