(files from previous build were kept on the server, with outdated/garbled
information)

The documentation update script now wipes build/doc/html
before rebuilding stuff. Most of the time/cpu consuming is spent in
compiling snippets, so we don't loose that much.
This commit is contained in:
Thomas Capricelli 2013-03-19 19:18:14 +01:00
parent f29b4c435b
commit aba50d842e

View File

@ -8,6 +8,7 @@ USER=${USER:-'orzel'}
#ulimit -v 1024000
# step 1 : build
rm build/doc/html -Rf
mkdir build -p
(cd build && cmake .. && make doc) || { echo "make failed"; exit 1; }