From 57484668150bc847cb21dfa0ad9b2e8e56e2ba25 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 27 Oct 2014 08:51:44 -0700 Subject: Makefile: Make sure we update redirect on every new version of spec. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3