spring / LobbyProtocol

lobby protocol for the spring rts engine
https://springrts.com/dl/LobbyProtocol/
10 stars 12 forks source link

Html make target needs to be more robust #9

Closed renefritze closed 11 years ago

renefritze commented 12 years ago

Make errors get dumped in index.html We should probably move the xsltproc stuff to a seperate script that can deal with errors better than the current command sequence in cmake.

abma commented 11 years ago

already done:

cat /home/spring/bin/update-protocol.sh

!/bin/sh

cd /home/spring/www/wwwroot/dl/LobbyProtocol

git pull --quiet if ! make >error.log 2>&1 ; then mv error.log index.html fi