summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1a950b..976459c 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ fuzztest:
for i in `seq 1 10`; do \
time cat /dev/urandom | head -c 100000 | iconv -f latin1 -t utf-8 | $(PROG) >/dev/null; done
-_site/spec.html: spec.redirect.in
+_site/spec.html: spec.redirect.in spec.txt
perl -pe 's/VERSION/$(SPECVERSION)/g' $< > $@
_site/index.html: _site/spec.html