]> git.donarmstrong.com Git - lilypond.git/commitdiff
Web build: last tweaks for updated .org.
authorGraham Percival <graham@percival-music.ca>
Tue, 13 Apr 2010 14:27:27 +0000 (15:27 +0100)
committerGraham Percival <graham@percival-music.ca>
Tue, 13 Apr 2010 14:30:29 +0000 (15:30 +0100)
Documentation/contributor/website-work.itexi

index f0225c3f5b313cac8b8cdb224f36aca8a4042f0b..c1a6815e9058f0c9e8e77d858a54f530ec951327 100644 (file)
@@ -57,6 +57,29 @@ makefiles and scripts directly from git; copies of the relevant
 scripts are examined and copied to
 @code{~graham/lilypond/trusted-scripts/}
 
+@subheading Initial setup
+
+You should symlink your own @file{~/lilypond/} to
+@file{~graham/lilypond/}
+
+If this directory does not exist, make it.  Git master should go
+in @file{~/lilypond/lilypond-git/} but make sure you enable:
+
+@example
+git config core.filemode false
+@end example
+
+If you have created any files in @file{~graham/lilypond/} then
+please run:
+
+@example
+chgrp lilypond ~graham/lilypond/ -R
+chmod 775 ~graham/lilypond/ -R
+@end example
+
+
+@subheading Normal maintenance
+
 Get latest source code:
 
 @verbatim
@@ -158,17 +181,6 @@ Some information about the website is stored in
 @file{~graham/lilypond/*.txt}; this information should not be
 shared with people without trusted access to the server.
 
-If you have created any files in @file{~graham/lilypond/} then
-please run:
-
-@example
-chgrp lilypond ~graham/lilypond/ -R
-chmod 775 ~graham/lilypond/ -R
-@end example
-
-You should symlink your own @file{~/lilypond/} to
-@file{~graham/lilypond/}
-
 
 @node Translating the website
 @section Translating the website