This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: share datas
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: Baris Simsek <simsek at sumela dot bimel dot com dot tr>
- Cc: automake at gnu dot org
- Date: Tue, 25 Jun 2002 10:09:35 +0200
- Subject: Re: share datas
- References: <20020620183003.A42150@acikkod.org>
>>> "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