]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Further website build notes
authorPhil Holmes <mail@philholmes.net>
Thu, 28 Apr 2011 16:30:34 +0000 (17:30 +0100)
committerJames Lowe <james.lowe@datacore.com>
Thu, 28 Apr 2011 17:47:04 +0000 (18:47 +0100)
Documentation/contributor/build-notes.itexi

index e733d665474d81af79578125ca1974ade19a0608..6124cf8a95acfda2fe5ef213824ad5cd752e20b0 100644 (file)
@@ -576,6 +576,20 @@ this is the main part; it calles texi2html to generate the actual
 html.  It also has a ton of options to texi2html to pass info to
 our custom init file.
 
+The file actually built is called @file{web.texi}, and is either
+in the @file{Documentation} directory, or a sub-directory specific
+to the language.
+
+The options file is @file{/Documentation/lilypond-texi2html.init}.
+This contains *lots* of option and configuration stuff, and also
+includes the line:
+
+@example
+print STDERR "Initializing settings for web site: [$Texi2HTML::THISDOC@{current_lang@}]\n";
+@end example
+
+This is where one of the console messages is generated.
+
 We have somewhere between 2-4 different ways "to pass info to our
 custom init file".  This is highly Not Good (tm), but that's how
 things work at the moment.