From 7be43d71a48a1444677f55c2ab5a632d26a4a0ea Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Wed, 21 Dec 2011 22:54:53 +0100 Subject: [PATCH] Web: remove web/ in some pathnames. --- Documentation/contributor/release-work.itexi | 2 +- Documentation/contributor/website-work.itexi | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/contributor/release-work.itexi b/Documentation/contributor/release-work.itexi index fdd340627e..a3b7e8671d 100644 --- a/Documentation/contributor/release-work.itexi +++ b/Documentation/contributor/release-work.itexi @@ -219,7 +219,7 @@ git push origin HEAD:staging BUILD_DIR=$HOME/src/build-lilypond PICS=$BUILD_DIR/Documentation/pictures/out-www/ -EXAMPLES=$BUILD_DIR/Documentation/web/ly-examples/out-www/ +EXAMPLES=$BUILD_DIR/Documentation/ly-examples/out-www/ cd $BUILD_DIR rsync -a $PICS graham@@lilypond.org:media/pictures diff --git a/Documentation/contributor/website-work.itexi b/Documentation/contributor/website-work.itexi index ee645a2485..49bf3db6f5 100644 --- a/Documentation/contributor/website-work.itexi +++ b/Documentation/contributor/website-work.itexi @@ -72,7 +72,7 @@ $HOME/lilypond/trusted-scripts/ To reduce the CPU burden on the shared host (as well as some security concerns), the 'Documentation/pictures/' and -'Documentation/web/ly-examples/' directories are **not** compiled. +'Documentation/ly-examples/' directories are **not** compiled. We will do this ourselves right now. Go to your lilypond build directory. make doc. @@ -82,7 +82,7 @@ Set up some variables (you'll only do this once:) @example BUILD_DIR=$HOME/lilypond-git PICS=$BUILD_DIR/Documentation/pictures/ -EXAMPLES=$BUILD_DIR/Documentation/web/ly-examples/ +EXAMPLES=$BUILD_DIR/Documentation/ly-examples/ @end example Copy files over: @@ -167,7 +167,7 @@ chmod 775 ~graham/lilypond/ -R To reduce the CPU burden on the shared host (as well as some security concerns), the @file{Documentation/pictures/} and -@file{Documentation/web/ly-examples/} directories are +@file{Documentation/ly-examples/} directories are @strong{not} compiled. You need to upload them, and if they ever change, a user in the @code{lilypond} group must upload them to @file{~graham/lilypond/media} on the host. @@ -183,7 +183,7 @@ script.} BUILD_DIR=$HOME/src/build-lilypond PICS=$BUILD_DIR/Documentation/pictures/out-www/ -EXAMPLES=$BUILD_DIR/Documentation/web/ly-examples/out-www/ +EXAMPLES=$BUILD_DIR/Documentation/ly-examples/out-www/ cd $BUILD_DIR rsync -a $PICS graham@lilypond.org:lilypond/media/pictures -- 2.39.5