redo commit due to broken .git repo

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-01-09 10:01:44 +01:00
commit e5b3081b9f
4 changed files with 31 additions and 5 deletions

6
build
View file

@ -97,6 +97,12 @@ case "$1" in
done
;;
webmain)
cp README ${WEBPAGE}
cd ${WEBDIR} && git commit -m "cdist update" ${WEBPAGE}
cd ${WEBDIR} && make pub
;;
web)
cp README ${WEBPAGE}
rm -rf ${WEBMAN}