Ralf Wildenhues wrote:
>
> Stab in the dark:
> Idea 1)
> Put only everything to be installed both times in
> bin_PROGRAMS
> etc, the other stuff in
> noinst_PROGRAMS
> etc. Use install-data-local and install-exec-local for installing the
> extra stuff within `make install', but only if some v
* Harald Dunkel wrote on Tue, Apr 12, 2005 at 08:24:45AM CEST:
> Kevin Teich wrote:
> >
> > I would like to add a target to our source tree that only installs
> > certain files such 'make install' will install everything normally, but
> > 'make release' will only install certain files.
>
> I woul
Kevin Teich wrote:
> Hello,
>
> I would like to add a target to our source tree that only installs
> certain files such 'make install' will install everything normally, but
> 'make release' will only install certain files.
>
I would be interested in something like this, too.
A possible implemen