From 7b1055801e17d0815b04854fcafccdf829a7ada5 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Mon, 26 Oct 2020 22:45:16 +0100 Subject: [PATCH] Adjust to build UTF-8 HTML. --- Makefile | 2 +- extra/docbook-utf8.xsl | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 extra/docbook-utf8.xsl diff --git a/Makefile b/Makefile index f3e5ee1..5edf1f7 100644 --- a/Makefile +++ b/Makefile @@ -166,7 +166,7 @@ html: $(SOURCE).html done %.html: %.xml - xmlto -m extra/pdf.xsl html-nochunks $^ + xmlto -x extra/docbook-utf8.xsl -m extra/pdf.xsl html-nochunks $^ # Useful for spell checking the text %.txt: %.xml diff --git a/extra/docbook-utf8.xsl b/extra/docbook-utf8.xsl new file mode 100644 index 0000000..549ae30 --- /dev/null +++ b/extra/docbook-utf8.xsl @@ -0,0 +1,10 @@ + + + + + + + -- 2.47.2