From da25c4f969016ec0fe658f62850051a66f8d43e7 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 5 Jan 2007 21:28:46 +0000 Subject: Don't leave busted fetchmail-FAQ.pdf behind. svn path=/branches/BRANCH_6-3/; revision=5008 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]*

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 -- cgit v1.2.3