Comment #9 on issue 1526 by [email protected]: Building only English
docs
http://code.google.com/p/lilypond/issues/detail?id=1526
It's true that I'm building in source to test this, but if your build
system is only half-broken it shouldn't matter if you do that
out-of-source. Worth giving it a try. Something like (untested):
make out=www build/Documentation/out-www/essay.pdf
The usual syntax for make is just `make the-file-I-want'. So, although you
do need to know what files are available to be built, that's pretty much
it. In this case though you would need to define out=www because some of
the targets in your makefiles are wrapped by funky ifeq($(out),www) blocks,
which means they are undefined when $(out) is anything else than `www'.
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond