From: Eric Wong Date: Wed, 28 Nov 2012 23:19:26 +0000 (+0000) Subject: Makefile: remove --sanitize-html for pandoc X-Git-Tag: v0.3.0~1 X-Git-Url: https://repo.or.cz/w/pcu.git/commitdiff_plain/5cbfc4df54a5d87b3721331e54dbc7f90b5dd9f8 Makefile: remove --sanitize-html for pandoc pandoc 1.8 no longer has this, and we don't have HTML in our documentation anyways. --- diff --git a/Makefile b/Makefile index b7d4ede..da73a5d 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ bindir = $(prefix)/bin mandir = $(prefix)/share/man INSTALL = install PANDOC = pandoc -PANDOC_OPTS = -s -f markdown --email-obfuscation=none --sanitize-html +PANDOC_OPTS = -s -f markdown --email-obfuscation=none pandoc = $(PANDOC) $(PANDOC_OPTS) pandoc_html = $(pandoc) --toc -t html --no-wrap STRIP ?= strip