about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-09 23:10:14 +0000
committerEric Wong <e@80x24.org>2015-01-09 23:10:14 +0000
commit2748c210397ee283dc6fe4590eb5b8112a709139 (patch)
treee00aab9eae082294904736d54ba7a5a2681b6e4d
parent7168934f52122868258346932d2dcf3d00b9d412 (diff)
downloadruby_posix_mq-2748c210397ee283dc6fe4590eb5b8112a709139.tar.gz
Newer versions of pandoc removed this option
-rw-r--r--Documentation/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index 5a68884..9cefa99 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