Author: phobos
Date: 2012-01-07 14:23:42 +0000 (Sat, 07 Jan 2012)
New Revision: 25290
Modified:
website/trunk/publish
Log:
put the clean back into publish.
Modified: website/trunk/publish
===================================================================
--- website/trunk/publish 2012-01-07 14:18:01 UTC (rev 25289)
+++ website/trunk/publish 2012-01-07 14:23:42 UTC (rev 25290)
@@ -2,6 +2,7 @@
set -e # stop if we encounter an error
svn update
+make clean
make -j3
# don't copy over stuff with permissions that make it useless