Explorar el Código

fix index builds

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

+ 1
- 1
Makefile Ver fichero

@@ -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=\"${release}/\">${release}</a></li>" >> index.html; done
cat index.html.post >> index.html
git add $(version)
git commit -m 'Release $(version)' index.html $(version)


Cargando…
Cancelar
Guardar