automake
[Top][All Lists]
Advanced

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

Conditional info_TEXINFOS


From: Kevin Ryde
Subject: Conditional info_TEXINFOS
Date: 24 May 2001 07:44:27 +1000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

Would it be easy to let info_TEXINFOS be conditionally defined?

        if WANT_FOO
        info_TEXINFOS = foo.texi
        endif

I think it should create and distribute the info files unconditionally,
but only install (or uninstall) them under WANT_FOO.  Perhaps it'd
just be a case of splitting out a conditionalized $(INFO_DEPS) for the
latter rules.

The advantage would be say when a library and header file are
installed only under some configure option, that the documentation
could similarly conditionally installed.



reply via email to

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