bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 1526 in lilypond: Building only English docs


From: lilypond
Subject: Re: Issue 1526 in lilypond: Building only English docs
Date: Mon, 17 Oct 2011 22:56:52 +0000


Comment #9 on issue 1526 by address@hidden: 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'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]