Przeglądaj źródła

fix index builds

new-build-system
Jan Lehnardt 14 lat temu
rodzic
commit
59cd5b0704
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz