[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: share datas
From: |
Alexandre Duret-Lutz |
Subject: |
Re: share datas |
Date: |
Tue, 25 Jun 2002 10:09:35 +0200 |
User-agent: |
Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu) |
>>> "Baris" == Baris Simsek <address@hidden> 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