* Andreas Jellinghaus wrote on Thu, Mar 04, 2010 at 09:10:57AM CET:
> Am Donnerstag 04 März 2010 03:31:04 schrieb Ralf Wildenhues:
> > > ah. ok, so back to the drawing board for my plan with
> > > optional documentation (see the thread a week ago or so).
> >
> > You can use either of
> > - wildcar
On Thu, Mar 4, 2010 at 3:10 AM, Andreas Jellinghaus
wrote:
> Am Donnerstag 04 März 2010 03:31:04 schrieb Ralf Wildenhues:
>> > ah. ok, so back to the drawing board for my plan with
>> > optional documentation (see the thread a week ago or so).
>>
>> You can use either of
>> - wildcards,
>> EXT
Am Donnerstag 04 März 2010 03:31:04 schrieb Ralf Wildenhues:
> > ah. ok, so back to the drawing board for my plan with
> > optional documentation (see the thread a week ago or so).
>
> You can use either of
> - wildcards,
>EXTRA_DIST = pattern*
>
> - automake conditionals,
>if COND
>E
* Andreas Jellinghaus wrote on Wed, Mar 03, 2010 at 10:29:50PM CET:
> Am Mittwoch 03 März 2010 20:32:53 schrieb Ralf Wildenhues:
> > * Andreas Jellinghaus wrote on Wed, Mar 03, 2010 at 02:11:52PM CET:
> > > I'm told EXTRA_DIST files are optional - automake
> > > will include them if they exist, but
Am Mittwoch 03 März 2010 20:32:53 schrieb Ralf Wildenhues:
> Hello Andreas,
>
> * Andreas Jellinghaus wrote on Wed, Mar 03, 2010 at 02:11:52PM CET:
> > I'm told EXTRA_DIST files are optional - automake
> > will include them if they exist, but also go on,
> > if those files do not exist.
>
> No, t
Hello Andreas,
* Andreas Jellinghaus wrote on Wed, Mar 03, 2010 at 02:11:52PM CET:
> I'm told EXTRA_DIST files are optional - automake
> will include them if they exist, but also go on,
> if those files do not exist.
No, that is not true. Just try
EXTRA_DIST = does-not-exist
and 'make dist' w
I'm told EXTRA_DIST files are optional - automake
will include them if they exist, but also go on,
if those files do not exist.
so what do I use to include some file in the distribution,
but not have automake do anything with it (change/install/..)?
so far my Makefile.am uses EXTRA_DIST in some p