aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7daa1aa..f98be39 100644
--- a/Makefile
+++ b/Makefile
@@ -48,9 +48,9 @@ stage-4.txt: stage-3.txt stage-4.awk
awk -f $(filter %.awk,$^) $< > $@.tmp
@mv $@.tmp $@
-stage-5.md: stage-4.txt
+stage-5.md: stage-4.txt $(wildcard pandoc-data/*)
@echo '#' $@
- @pandoc --from markdown -o $@.tmp.md $<
+ @pandoc --data-dir=pandoc-data --from markdown -o $@.tmp.md $<
@mv $@.tmp.md $@
# This actually updates dict by sorting and removing leading numbers/spaces.