Re: dist_noinst_MANS

2010-10-15 Thread Ralf Wildenhues
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) > # d

Re: dist_noinst_MANS

2010-10-15 Thread Akim Demaille
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

Re: dist_noinst_MANS

2010-10-13 Thread Ralf Wildenhues
Hi Akim, thanks for the feature request, and sorry for the delay. * 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 ab