]> git.donarmstrong.com Git - lilypond.git/commitdiff
Web: remove web/ in some pathnames.
authorFrancisco Vila <francisco.vila@hispalinux.es>
Wed, 21 Dec 2011 21:54:53 +0000 (22:54 +0100)
committerGraham Percival <graham@percival-music.ca>
Mon, 26 Dec 2011 00:55:20 +0000 (16:55 -0800)
Documentation/contributor/release-work.itexi
Documentation/contributor/website-work.itexi

index fdd340627ed3fd8feb6bd8b22ce981d01d3ec789..a3b7e8671de2955a04a9243c8257e8c43161bc6f 100644 (file)
@@ -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
index ee645a2485daea8c5e815882085371faf4431bf0..49bf3db6f5a6f1f9196cd9ffd723c8aa37da264e 100644 (file)
@@ -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