From 5cbfc4df54a5d87b3721331e54dbc7f90b5dd9f8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 28 Nov 2012 23:19:26 +0000 Subject: [PATCH] Makefile: remove --sanitize-html for pandoc pandoc 1.8 no longer has this, and we don't have HTML in our documentation anyways. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT