"John R. Sheets" <[EMAIL PROTECTED]> writes:

> The attached patch fixes this problem, but I'm not sure about using
> the conditional in documentation/Makefile.in.  I'm pretty sure that's
> a GNU Make-specific feature (I could be wrong about that, tho).  Are
> the Wine makefiles already GNU-specific?  If so, then this patch can
> probably go in.  If not, then what's the standard way to do
> conditional compiling in Wine?

You could use a configure variable, like we do with @XFILES@ for
conditional X11 compilation. In this case I don't think it is
justified though; the doc is not built by default, so there is no
point in making it conditional. People who don't have the docbook
tools simply shouldn't run 'make' in the doc directory.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to