diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
