bug-automake
[Top][All Lists]
Advanced

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

Re: dist_noinst_MANS


From: Akim Demaille
Subject: Re: dist_noinst_MANS
Date: Fri, 15 Oct 2010 15:41:26 +0200


Le 13 oct. 10 à 20:12, Ralf Wildenhues a écrit :

Hi Akim,

thanks for the feature request, and sorry for the delay.

No problem, there's no hurry!


* Akim Demaille wrote on Fri, Sep 24, 2010 at 01:44:34PM CEST:
Currently Automake accepts happily such a variable name, but it does
not use it (the files are not dist'ed).  I agree EXTRA_DIST is fine,
but I'm used to being able to use dist_noinst_* as a kind of
over-specification.

What would an uninstalled man page be useful for?

Actually it's for symmetry with the corresponding programs that might, or might not, be installed. It's for an autoconfiscated libjpeg6b. The core of the package is the library, but the executables might be installed. So I have:

if PROGRAMS
bin_PROGRAMS = $(jpeg_programs)
dist_man1_MANS = $(man_mans)
else
EXTRA_PROGRAMS = $(jpeg_programs)
# dist_noinst_MANS does not work with Automake 1.11.1 (and before).
EXTRA_DIST += $(man_mans)
endif

Cheers!


reply via email to

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