This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
share datas
- From: Baris Simsek <simsek at sumela dot bimel dot com dot tr>
- To: automake at gnu dot org
- Date: Thu, 20 Jun 2002 18:30:03 +0300
- Subject: share datas
hi,
i have i directory called 'templates'. Program name is test. i want to install my templates to ${prefix}/share/test/templates
how can i do this?
i tried
templatedir = ${pkgdatadir}/templates
template_DATA = templates/test.share
gives these errors:
/bin/sh ./mkinstalldirs /usr/local/share/test/templates
mkdir /usr/local/share/test/templates
/usr/bin/install -c -m 644 ./templates/test.share /usr/local/share/test/templates/templates/test.share
install: /usr/local/share/test/templates/templates/test.share: No such file or directory
gmake[1]: *** [install-templateDATA] Error 71
please help me.
automake (GNU automake) 1.4-p5 (FreeBSD 4.5)