aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 015dd7c..37d550f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,8 @@ PDF_DOCUMENTS = _site/report.pdf
include _make/*.mk
+DOCUMENT_APPENDIX_REGEX = Pandoc plugin semantic-markdown
+
FILTER = _extensions/ruc-play/semantic-markdown/semantic-markdown.lua
DIFFTESTS = $(patsubst %.md,%,$(wildcard test/*.md))