Explorar el Código

fix index builds

new-build-system
Jan Lehnardt hace 14 años
padre
commit
6ec9428586
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile Ver fichero

@@ -41,8 +41,8 @@ build-wrappers:
# TODO: add $(version)/index.html page (from template) # TODO: add $(version)/index.html page (from template)
# update index.html to point to $(vesion) # update index.html to point to $(vesion)
cat index.html.pre > index.html cat index.html.pre > index.html
for release in `ls -p | grep '/'`; do echo "<li><a href=\"$${release}/\">$${release}</a></li>" >> index.html; done
cat index.html.post >> index.html
for release in `ls -p | grep '/'`; do relno=`echo $$release | sed -e s|/||`; echo "<li><a href=\"$${release}\">$${rel}</a></li>" >> index.html; done
cat index.html.post >> index.htmlo
git add $(version) git add $(version)
git commit -m 'Release $(version)' index.html $(version) git commit -m 'Release $(version)' index.html $(version)
git clean -fdx git clean -fdx


Cargando…
Cancelar
Guardar