]> git.donarmstrong.com Git - lilypond.git/commit
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)
commit126c3f1befd3f7fd5ff595ed7697e0efc933d8ee
tree909d5dcf10a71414c32e279bfcef0426442d8c0b
parentbaaed5a3d2f628c2d09885adeff0ea36e4e6cd07
Allow and make effective -j option in "make web"

- 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.
Documentation/user/GNUmakefile
Documentation/user/install.itely
make/doc-i18n-user-rules.make
make/doc-i18n-user-targets.make
make/doc-i18n-user-vars.make
make/ly-rules.make
make/ly-vars.make
scm/documentation-generate.scm
stepmake/stepmake/texinfo-rules.make