Comment #25 on issue 1635 by colinpkc...@gmail.com: clean up misleading warnings in website build
http://code.google.com/p/lilypond/issues/detail?id=1635

If we can be sure that make website has no external dependencies, i.e. as Graham says, without ../configure, then I believe we can simply pass in a list of langs on the command line: make WEB_LANGS='de,fr,zh' should add those to the hard-wired default of '' (line 66 of website.make has a for ... do loop which calls extract_texi_filenames for the default site language '' and then for each value in WEB_LANGS). Passing make variables on the command line should override the values inside the script. I'm away to a Folk Fest meeting ATM, but I'll have a bash(!) at it later on.


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to