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]

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)


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