From f0b32a2bc1e5c469a771f6d8b16792d9c9d1ca76 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 28 May 2010 10:24:23 +0200 Subject: Fix asciidoc invocation; also remove output on failure. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3