summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09f62c2..4a86e44 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ PROG=./stmd
all: $(SRCDIR)/case_fold_switch.c $(PROG)
README.html: README.md
- pandoc -S -s -t html5 -o $@ $<
+ pandoc --template template.html -S -s -t html5 -o $@ $<
spec: test spec.html