This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: How to add a directory with datafiles
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: Guido Draheim <guidod-2002- at gmx dot de>
- Cc: Sander van Geloven <vgeloven at zonnet dot nl>, automake at gnu dot org
- Date: Fri, 22 Feb 2002 16:53:11 +0100
- Subject: Re: How to add a directory with datafiles
- References: <20020222211522.261AB3056B@183pc226.sshunet.nl><3C7661FE.6E9AB5E9@gmx.de>
>>> "gd" == Guido Draheim <guidod-2002-@gmx.de> writes:
[...]
gd> xyz_DATA = myfile.jpg yourfile.wav
gd> EXTRA_DIST = ${xyz_DATA}
Note that using Automake 1.5 and later this can be simplified as
dist_xyz_DATA = myfile.jpg yourfile.wav
[...]
--
Alexandre Duret-Lutz