X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fcontributor%2Fsource-code.itexi;h=9322e766da9edb243e5fb6f08f95c7fa436c71c2;hb=1a06fafe6e9b5b6d0a131adef382ff80ed2df56c;hp=75363f4d40be7d54eb615b0c66f1fd2e837d8d14;hpb=c20ff11378676b24f01be82f5cfbb022a0bfaab1;p=lilypond.git diff --git a/Documentation/contributor/source-code.itexi b/Documentation/contributor/source-code.itexi index 75363f4d40..9322e766da 100644 --- a/Documentation/contributor/source-code.itexi +++ b/Documentation/contributor/source-code.itexi @@ -112,6 +112,7 @@ multiple projects concurrently. @menu * Setting up:: * Git for the impatient:: +* Other repositories:: * Downloading remote branches:: @end menu @@ -522,9 +523,35 @@ your branch (safe)}, but replace the @code{-d} on the final line with a @code{-D}. +@node Other repositories +@subsection Other repositories + +There is a separate repository for general administrative scripts, +as well as pictures and media files for the website. People +interested in working on the website should download this +repository, and set their @code{$LILYPOND_WEB_MEDIA_GIT} +environment variable to point to that repository. + +@example +@uref{https://github.com/gperciva/lilypond-extra} +@end example + +To configure an environment variable in bash (the default for most +Linux distributions), + +@example +export LILYPOND_WEB_MEDIA_GIT=$HOME/dir/of/lilypond-extra/ +@end example + + +There are a few other repositories floating around, which will +hopefully be documented in the near future. + + @node Downloading remote branches @subsection Downloading remote branches +@warning{contains obsolete + misleading info} @menu * Organization of remote branches:: @@ -589,6 +616,8 @@ only be used as a last resort. @node Downloading individual branches @unnumberedsubsubsec Downloading individual branches +@warning{obsolete, should be deleted!} + Once you have initialized an empty Git repository on your system (see @ref{Initializing a repository}), you can download a remote