This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to add a directory with datafiles


>>> "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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]