]> git.donarmstrong.com Git - lilypond.git/commitdiff
CG: always rebuild website (mitigate 2027)
authorGraham Percival <graham@percival-music.ca>
Thu, 8 Dec 2011 13:54:42 +0000 (05:54 -0800)
committerDavid Kastrup <dak@gnu.org>
Thu, 8 Dec 2011 15:30:32 +0000 (16:30 +0100)
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

index 5842493d8d06ecf0f41f947096fc2fc7f4469331..ee645a2485daea8c5e815882085371faf4431bf0 100644 (file)
@@ -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