From 138e6c53825f5629b05b38be8e246ead54ba8986 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Fri, 24 Feb 2012 12:34:07 +0100 Subject: [PATCH] fix index builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6021e19..bf9b982 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ build-wrappers: # update index.html to point to $(vesion) cat index.html.pre > index.html for release in `ls -p | grep '/'`; do relno=`echo $$release | sed -e 's|/||'`; echo "
  • $${relno}
  • " >> index.html; done - cat index.html.post >> index.htmlo + cat index.html.post >> index.html git add $(version) git commit -m 'Release $(version)' index.html $(version) git clean -fdx