From 8f024dcf91ad32ffad2687bc4b5b8172f79b4a7b Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Fri, 7 Sep 2018 06:18:15 +0000 Subject: [PATCH] Ask pandoc explicitly to generate docbook 4. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2