[Piuparts-commits] rev 534 - in trunk: . debian
Holger Levsen
holger at alioth.debian.org
Thu Dec 3 13:29:10 UTC 2009
Author: holger
Date: 2009-12-03 13:29:09 +0000 (Thu, 03 Dec 2009)
New Revision: 534
Modified:
trunk/Makefile
trunk/debian/changelog
Log:
fix FTBFS by adding "-r /etc/asciidoc" to the a2x call in Makefile, thanks
to Michael Vogt. (Closes: #559299)
(prepare release which doesnt FTBFS)
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2009-12-03 11:53:25 UTC (rev 533)
+++ trunk/Makefile 2009-12-03 13:29:09 UTC (rev 534)
@@ -21,7 +21,7 @@
install-doc:
# build and install manual
- a2x --copy -a toc -a toclevels=3 -f xhtml README.txt
+ a2x --copy -a toc -a toclevels=3 -f xhtml -r /etc/asciidoc/ README.txt
install -d $(docdir)/
for file in README.txt README.html docbook-xsl.css ; do \
install -m 0755 $$file $(docdir)/ ; done
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-12-03 11:53:25 UTC (rev 533)
+++ trunk/debian/changelog 2009-12-03 13:29:09 UTC (rev 534)
@@ -15,8 +15,10 @@
for spotting it.
* Make "lucid" the default Ubuntu distribution (Closes: #559047), thanks to
Krzysztof Klimonda.
+ * fix FTBFS by adding "-r /etc/asciidoc" to the a2x call in Makefile, thanks
+ to Michael Vogt. (Closes: #559299)
- -- Holger Levsen <holger at debian.org> Thu, 03 Dec 2009 12:50:35 +0100
+ -- Holger Levsen <holger at debian.org> Thu, 03 Dec 2009 13:25:43 +0000
piuparts (0.36) unstable; urgency=low
More information about the Piuparts-commits
mailing list