From 64005e5234b0371c8140c614f5ed00c096743494 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 8 Dec 2011 05:54:42 -0800 Subject: [PATCH] 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. --- Documentation/contributor/website-work.itexi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5