about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-11-28 23:19:26 +0000
committerEric Wong <normalperson@yhbt.net>2012-11-28 23:19:26 +0000
commit5cbfc4df54a5d87b3721331e54dbc7f90b5dd9f8 (patch)
tree92e0e64f4c72935914aa7fb0cc134d716ebd0bdf
parente11a55dee1f5ad36bfb6f5a9b2484ef63522df41 (diff)
downloadpcu-5cbfc4df54a5d87b3721331e54dbc7f90b5dd9f8.tar.gz
Makefile: remove --sanitize-html for pandoc
pandoc 1.8 no longer has this, and we don't have HTML
in our documentation anyways.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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