summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-03-08 21:01:52 +0100
committerSebastian Hahn <sebastian@torproject.org>2010-03-09 03:00:59 +0100
commitfca673bcd32e184a520edec2b93bc369c29ffe7d (patch)
tree857fc10508a2b083421e3cc562a8a8d69a7e02a6 /changes
parent4d7d1027aee2a9c98d6efe5115b61f92ebcb6924 (diff)
downloadtor-fca673bcd32e184a520edec2b93bc369c29ffe7d.tar.gz
tor-fca673bcd32e184a520edec2b93bc369c29ffe7d.zip
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.
Diffstat (limited to 'changes')
-rw-r--r--changes/build_manpage_from_tarball_without_asciidoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/build_manpage_from_tarball_without_asciidoc b/changes/build_manpage_from_tarball_without_asciidoc
new file mode 100644
index 0000000000..7e7bb56eb5
--- /dev/null
+++ b/changes/build_manpage_from_tarball_without_asciidoc
@@ -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.
+