aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-05-28 10:24:23 +0200
committerMatthias Andree <matthias.andree@gmx.de>2010-05-28 10:24:23 +0200
commitf0b32a2bc1e5c469a771f6d8b16792d9c9d1ca76 (patch)
treecd0e1d4c2bbe6b0e101e2133b692fc9429a4f73c /Makefile.am
parent8569af664b7e545d926253aac011d40b130f375f (diff)
downloadfetchmail-f0b32a2bc1e5c469a771f6d8b16792d9c9d1ca76.tar.gz
fetchmail-f0b32a2bc1e5c469a771f6d8b16792d9c9d1ca76.tar.bz2
fetchmail-f0b32a2bc1e5c469a771f6d8b16792d9c9d1ca76.zip
Fix asciidoc invocation; also remove output on failure.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 86317da2..910e79d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -232,7 +232,7 @@ import-translations:
cd $(top_builddir)/po && $(MAKE) update-po
Mailbox-Names-UTF7.html: Mailbox-Names-UTF7.txt
- asciidoc --unsafe -a toc -o $@ $<
+ asciidoc --unsafe -a toc -a data-uri -o $@ $< || { rm -f $@ ; exit 1 ; }
# The following sets edit modes for GNU EMACS.
# Local Variables: