]> git.donarmstrong.com Git - lilypond.git/commitdiff
Allow and make effective -j option in "make web"
authorJohn Mandereau <john.mandereau@gmail.com>
Sun, 9 Nov 2008 13:10:51 +0000 (14:10 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Sun, 9 Nov 2008 13:10:51 +0000 (14:10 +0100)
- forbid simultaneous lilypond-book running instances in
make/ly-rules.make by adding a dependency chain of .texi output files;

- add $(src-dir) to Texi2HTML include path, so it finds macros.itexi;

- replace documentation PO phony target with a dummy target (to prevent
it from being excessively rebuilt), and make it a prerequisite for
tely->texi rules instead of tely source files (to make sure it is
actually built);

- remove superfluous $(outdir)/version.itexi prerequisites in WWW-2;

- update documentation on documentation building.


No differences found