]> pere.pagekite.me Git - text-madewithcc.git/commitdiff
Ask pandoc explicitly to generate docbook 4.
authorPetter Reinholdtsen <pere@hungry.com>
Fri, 7 Sep 2018 06:18:15 +0000 (06:18 +0000)
committerPetter Reinholdtsen <pere@hungry.com>
Fri, 7 Sep 2018 06:18:15 +0000 (06:18 +0000)
Makefile

index e44cf80891879fad0c4d1256cca9913ca650346c..92f2ef5257ede4118483b77663538390cbce80f8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ VERSION=20170609-2
 PANDOC_OPTS = \
   --standalone \
   --top-level-division=part \
-  -t docbook \
+  -t docbook4 \
   -f markdown+inline_notes+ascii_identifiers
 
 LANGS := $(shell ls po/*/mwcc.po|cut -d/ -f2)