summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2019-01-02 22:02:42 -0800
committerKeith Packard <keithp@keithp.com>2019-01-02 22:02:42 -0800
commitecf40a3a190fb2f7d7d2654c1e87daddf0362b0c (patch)
treea20cc1ed7c49da0a5ff6207904dcc9cddb7223b8 /doc/Makefile.am
parent4e9e0bf99d6b71086110038fa1e3231d00bb2496 (diff)
doc: Skip .pdf generation when asciidoctor-pdf is missing
Not available in debian unstable yet Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 67033e8b..4dfb3094 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -225,8 +225,10 @@ PUBLISH_HTML=altusmetrum.html micropeak.html telegps.html easymini.html $(ONEFIL
HTML=$(PUBLISH_HTML) $(RELNOTES_HTML)
+if ASCIIDOCTOR_PDF
PDF=altusmetrum.pdf micropeak.pdf telegps.pdf easymini.pdf $(ONEFILE_PDF_FILES) \
$(OUTLINE_PDF_FILES)
+endif
MAP_DOT_FILES=map-loading.dot
MAP_SVG_FILES=$(MAP_DOT_FILES:.dot=.svg)