From aba50d842e757d5290c028c9e67e22a3ebd357b4 Mon Sep 17 00:00:00 2001 From: Thomas Capricelli Date: Tue, 19 Mar 2013 19:18:14 +0100 Subject: fixes #568 (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. --- scripts/eigen_gen_docs | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/eigen_gen_docs b/scripts/eigen_gen_docs index 921d600ed..9b71cd8e0 100644 --- a/scripts/eigen_gen_docs +++ b/scripts/eigen_gen_docs @@ -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; } -- cgit v1.2.3