]> git.donarmstrong.com Git - lilypond.git/commitdiff
Web build: update src dir.
authorGraham Percival <graham@percival-music.ca>
Tue, 13 Apr 2010 12:29:45 +0000 (13:29 +0100)
committerGraham Percival <graham@percival-music.ca>
Tue, 13 Apr 2010 12:29:45 +0000 (13:29 +0100)
Documentation/contributor/website-work.itexi
make/website.make

index 774aa4574685314cff40b3949ff875b9ed21c5f5..24928668aa421d2884f9fac7d7cbdbf7c3571ffc 100644 (file)
@@ -62,7 +62,7 @@ Get latest source code:
 @verbatim
 ### update-git.sh
 #!/bin/sh
-cd $HOME/src/lilypond
+cd $HOME/lilypond/lilypond-git
 git fetch origin
 git merge origin/master
 @end verbatim
@@ -72,7 +72,7 @@ Check for any updates to trusted scripts / files:
 @verbatim
 ### check-git.sh
 #!/bin/sh
-GIT=$HOME/src/lilypond
+GIT=$HOME/lilypond/lilypond-git
 DEST=$HOME/lilypond/trusted-scripts
 diff -u $DEST/website.make $GIT/make/website.make
 diff -u $DEST/lilypond-texi2html.init $GIT/Documentation/lilypond-texi2html.init
@@ -90,7 +90,7 @@ If the changes look ok, make them trusted:
 @verbatim
 ### copy-from-git.sh
 #!/bin/sh
-GIT=$HOME/src/lilypond
+GIT=$HOME/lilypond/lilypond-git
 DEST=$HOME/lilypond/trusted-scripts
 cp $GIT/make/website.make $DEST/website.make
 cp $GIT/Documentation/lilypond-texi2html.init $DEST/lilypond-texi2html.init
@@ -109,7 +109,8 @@ Build the website:
 ### make-website.sh
 #!/bin/sh
 DEST=$HOME/web/
-cd $HOME/src/build-website
+mkdir -p $HOME/lilypond/build-website/
+cd $HOME/lilypond/build-website/
 cp $HOME/lilypond/trusted-scripts/website.make .
 
 make -f website.make WEBSITE_ONLY_BUILD=1 website
index cca162ad7a522198ba5d24618237ebf68d92ecb6..fbcdc0d81fdcfdb3c41a18f60b01e6a87e3fe72d 100644 (file)
@@ -6,7 +6,7 @@
 ################################################################
 ifeq ($(WEBSITE_ONLY_BUILD),1)
   ### for lilypond.org
-  TOP_SRC_DIR=$(HOME)/src/lilypond
+  TOP_SRC_DIR=$(HOME)/lilypond/lilypond-git
   TRUSTED_DIR=$(HOME)/lilypond/trusted-scripts
   top-src-dir=$(TOP_SRC_DIR)
   depth=.