From 99244e8e30eded813bd8eaf7f2136a3871bd486c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 6 Jun 2011 10:24:05 -0700 Subject: doc: remove --sanitize-html for pandoc pandoc 1.8 no longer supports this, and we don't need it anyways since we only generate documentation from our repository. --- Documentation/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 19de585..df5c706 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