> "Kevin" == Kevin Ryde <[EMAIL PROTECTED]> writes:
Kevin> I think it should create and distribute the info files
Kevin> unconditionally, but only install (or uninstall) them under
Kevin> WANT_FOO.
>> I'd prefer not to add a special case like this.
Kevin> Oh, is distributing them unconditio
Tom Tromey <[EMAIL PROTECTED]> writes:
>
> > "Kevin" == Kevin Ryde <[EMAIL PROTECTED]> writes:
>
> Kevin> I think it should create and distribute the info files
> Kevin> unconditionally, but only install (or uninstall) them under
> Kevin> WANT_FOO.
>
> I'd prefer not to add a special case li
> "Kevin" == Kevin Ryde <[EMAIL PROTECTED]> writes:
Kevin> Would it be easy to let info_TEXINFOS be conditionally defined?
Kevin> I think it should create and distribute the info files
Kevin> unconditionally, but only install (or uninstall) them under
Kevin> WANT_FOO.
I'd prefer not to add
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 splittin