diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-05-28 10:24:23 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-05-28 10:24:23 +0200 |
commit | f0b32a2bc1e5c469a771f6d8b16792d9c9d1ca76 (patch) | |
tree | cd0e1d4c2bbe6b0e101e2133b692fc9429a4f73c /Makefile.am | |
parent | 8569af664b7e545d926253aac011d40b130f375f (diff) | |
download | fetchmail-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.am | 2 |
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: |