Skip to content

Commit

Permalink
fix index builds
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Feb 24, 2012
1 parent 7bc1192 commit f063f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -41,7 +41,7 @@ build-wrappers:
# TODO: add $(version)/index.html page (from template)
# update index.html to point to $(vesion)
cat index.html.pre > index.html
for release in `ls -p | grep '/'`; do echo "<li><a href=\"${release}/\">${release}</a></li>" >> index.html; done
for release in `ls -p | grep '/'`; do echo "<li><a href=\"$(version)/\">$(version)</a></li>" >> index.html; done
cat index.html.post >> index.html
git add $(version)
git commit -m 'Release $(version)' index.html $(version)
Expand Down

0 comments on commit f063f5a

Please sign in to comment.