Tweak www and add RELEASE variable for current release version so we don't need

to turn it back and forth when updating.
This commit is contained in:
Nicholas Marriott
2014-09-16 04:33:34 +01:00
parent 93fe1b8659
commit 938d91d2c3
3 changed files with 8 additions and 7 deletions

View File

@ -267,4 +267,4 @@ update-index.html:
convert "$$i" -resize 200x150 "small-$$i"; \
done \
)
sed "s/%%VERSION%%/${VERSION}/g" www/index.html.in >www/index.html
sed "s/%%RELEASE%%/${RELEASE}/g" www/index.html.in >www/index.html