From: Graham Percival Date: Thu, 8 Dec 2011 13:54:42 +0000 (-0800) Subject: CG: always rebuild website (mitigate 2027) X-Git-Tag: release/2.15.22-1~27 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=64005e5234b0371c8140c614f5ed00c096743494;p=lilypond.git CG: always rebuild website (mitigate 2027) This is not a perfect solution, but at least it makes the website rebuild from git again without my manual attention. --- diff --git a/Documentation/contributor/website-work.itexi b/Documentation/contributor/website-work.itexi index 5842493d8d..ee645a2485 100644 --- a/Documentation/contributor/website-work.itexi +++ b/Documentation/contributor/website-work.itexi @@ -256,7 +256,7 @@ mkdir -p $BUILD cd $BUILD cp $HOME/lilypond/trusted-scripts/website.make . -make -f website.make WEBSITE_ONLY_BUILD=1 website +make -f website.make WEBSITE_ONLY_BUILD=1 -B website rsync -raO $BUILD/out-website/website/ $DEST/website/ cp $BUILD/out-website/pictures $DEST cp $BUILD/out-website/.htaccess $DEST