From 8bc42c582343dd944b23189c05a544e5553fe933 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 14 May 2014 20:22:06 +0000 Subject: doc: fix pandoc HTML generation The --sanitize-html option is gone nowadays. --- Documentation/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 5f97586..5eefbe9 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -1,7 +1,7 @@ all:: PANDOC = pandoc -PANDOC_OPTS = -f markdown --email-obfuscation=none --sanitize-html +PANDOC_OPTS = -f markdown --email-obfuscation=none pandoc = $(PANDOC) $(PANDOC_OPTS) pandoc_html = $(pandoc) --toc -t html --no-wrap -- cgit v1.2.3-24-ge0c7