diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2007-01-05 21:28:46 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2007-01-05 21:28:46 +0000 |
commit | da25c4f969016ec0fe658f62850051a66f8d43e7 (patch) | |
tree | 6d3190a906d12cfab97d66fb104da3b8bc6f4b41 | |
parent | afc387fe881f41235131e7d03a687865cf78c73d (diff) | |
download | fetchmail-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.am | 2 |
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 |