summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-13 23:30:54 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-13 23:30:54 -0700
commit5d62d4af084d481eca37f66d99586a9712d56b7d (patch)
tree470a96d9ef18055b45559af67081a39b2ae4c3ef /Makefile
parent471d331ba58271bdbf067c99a5f1504361af7ff6 (diff)
Makefile: rebuild README.html if template changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a86e44..49ba83c 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ PROG=./stmd
.PHONY: all oldtests test spec benchjs testjs
all: $(SRCDIR)/case_fold_switch.c $(PROG)
-README.html: README.md
+README.html: README.md template.html
pandoc --template template.html -S -s -t html5 -o $@ $<
spec: test spec.html