aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2007-01-05 21:28:46 +0000
committerMatthias Andree <matthias.andree@gmx.de>2007-01-05 21:28:46 +0000
commitda25c4f969016ec0fe658f62850051a66f8d43e7 (patch)
tree6d3190a906d12cfab97d66fb104da3b8bc6f4b41
parentafc387fe881f41235131e7d03a687865cf78c73d (diff)
downloadfetchmail-da25c4f969016ec0fe658f62850051a66f8d43e7.tar.gz
fetchmail-da25c4f969016ec0fe658f62850051a66f8d43e7.tar.bz2
fetchmail-da25c4f969016ec0fe658f62850051a66f8d43e7.zip
Don't leave busted fetchmail-FAQ.pdf behind.
svn path=/branches/BRANCH_6-3/; revision=5008
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 82fb7d7a..00c5a3e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -156,7 +156,7 @@ FAQ: fetchmail-FAQ.html $(srcdir)/dist-tools/html2txt
fetchmail-FAQ.pdf: fetchmail-FAQ.html fetchmail-FAQ.book bighand.png
$(AWK) '/^[ \t]*<h1/ {sec++; } {if (sec < 2 || sec > 3) print $0;}' <$(srcdir)/fetchmail-FAQ.html >fetchmail-FAQ-print.html
- htmldoc --logoimage $(srcdir)/bighand.png --batch $(srcdir)/fetchmail-FAQ.book
+ htmldoc --logoimage $(srcdir)/bighand.png --batch $(srcdir)/fetchmail-FAQ.book || { rm -f $@ ; exit 1 ; }
rm -f fetchmail-FAQ-print.html
FEATURES: fetchmail-features.html $(srcdir)/dist-tools/html2txt