summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-27 08:51:44 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-27 08:51:44 -0700
commit57484668150bc847cb21dfa0ad9b2e8e56e2ba25 (patch)
treec65295265894bfb7ca791c56c7c120d6f3d200ca /Makefile
parent1195f302fe483577e007b127f2c3175fde88d631 (diff)
Makefile: Make sure we update redirect on every new version of spec.
Diffstat (limited to 'Makefile')
-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