From: Petter Reinholdtsen Date: Fri, 7 Sep 2018 06:18:15 +0000 (+0000) Subject: Ask pandoc explicitly to generate docbook 4. X-Git-Tag: es-printed~193 X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/commitdiff_plain/8f024dcf91ad32ffad2687bc4b5b8172f79b4a7b Ask pandoc explicitly to generate docbook 4. --- diff --git a/Makefile b/Makefile index e44cf80..92f2ef5 100644 --- 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)