summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-01-08 11:44:37 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-01-08 13:11:04 +0100
commit47b351a7f042415820de5d4816a36d98847a3859 (patch)
tree84868c5e731ae6fd874611ee28ad50c933e64d38 /doc/Makefile
parentc2ad295522d393f469e3e6bd9e972a514a0a3012 (diff)
Add pandoc-crossref
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 2ca03b61..4a546342 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -74,7 +74,8 @@ export RM
PANDOC=$(shell which pandoc)
-PANDOC_PARAMS=-r markdown+simple_tables+table_captions+yaml_metadata_block+definition_lists+raw_html+markdown_in_html_blocks
+PANDOC_PARAMS=-r markdown+simple_tables+table_captions+yaml_metadata_block+definition_lists+raw_html+markdown_in_html_blocks \
+ --filter pandoc-crossref
PANDOC_CC=$(PANDOC) $(PANDOC_PARAMS)