Преглед изворни кода

fix index builds

new-build-system
Jan Lehnardt пре 14 година
родитељ
комит
138e6c5382
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      Makefile

+ 1
- 1
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 "<li><a href=\"$${release}\">$${relno}</a></li>" >> 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


Loading…
Откажи
Сачувај