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: share datas


>>> "Baris" == Baris Simsek <simsek@sumela.bimel.com.tr> writes:

[...]

 Baris> i tried
 Baris> templatedir = ${pkgdatadir}/templates
 Baris> template_DATA = templates/test.share

I believe this should work with a recent Automake.  Consider upgrading.

Also, `nobase_' comes handy when the source layout matches the
installation layout:

nobase_pkgdatadir_DATA = templates/file1 templates/file2 ...

will install templates/file1 and templates/file2 as
$(pkgdatadir)/templates/file1 and $(pkgdatadir)/templates/file2.

[...]

-- 
Alexandre Duret-Lutz



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