aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2022-08-27 08:49:28 +0200
committerMatthias Andree <matthias.andree@gmx.de>2022-08-27 09:02:09 +0200
commitc952bcae8feda72376ee76778737b51881ea63bd (patch)
tree7dad2d333b0266631212e94cfd3d6c612af192c2 /Makefile.am
parentceb5a6ac27ecf89ae8d9d715917e6e25c1cf322e (diff)
downloadfetchmail-c952bcae8feda72376ee76778737b51881ea63bd.tar.gz
fetchmail-c952bcae8feda72376ee76778737b51881ea63bd.tar.bz2
fetchmail-c952bcae8feda72376ee76778737b51881ea63bd.zip
htmldoc: if missing, use dist-tools/htmldoc wrapper fallback
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 36294d89..ae16c11c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -214,7 +214,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 fetchmail-FAQ-print.html
FEATURES: fetchmail-features.html $(srcdir)/dist-tools/html2txt