From 10baab4f3430467ceed219277be49a294f29ecae Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Thu, 28 Apr 2011 17:30:34 +0100 Subject: [PATCH] Doc: Further website build notes --- Documentation/contributor/build-notes.itexi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Documentation/contributor/build-notes.itexi b/Documentation/contributor/build-notes.itexi index e733d66547..6124cf8a95 100644 --- a/Documentation/contributor/build-notes.itexi +++ b/Documentation/contributor/build-notes.itexi @@ -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. -- 2.39.2