automake
[Top][All Lists]
Advanced

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

Re: How to add a directory with datafiles


From: Alexandre Duret-Lutz
Subject: Re: How to add a directory with datafiles
Date: Fri, 22 Feb 2002 16:53:11 +0100
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu)

>>> "gd" == Guido Draheim <address@hidden> 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




reply via email to

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