Ver código fonte

fix index builds

new-build-system
Jan Lehnardt 14 anos atrás
pai
commit
59cd5b0704
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver arquivo

@@ -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)


Carregando…
Cancelar
Salvar