about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-05-14 20:22:06 +0000
committerEric Wong <e@80x24.org>2014-05-14 20:22:06 +0000
commit8bc42c582343dd944b23189c05a544e5553fe933 (patch)
tree472d64d9671f22efaca422b0ec6c1e6ac0981213
parent2383ed7bc4ad78f87300a076f92d9b5c2ebbb9c0 (diff)
downloadzbatery-8bc42c582343dd944b23189c05a544e5553fe933.tar.gz
doc: fix pandoc HTML generation
The --sanitize-html option is gone nowadays.
-rw-r--r--Documentation/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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