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: Should automake create directories for nested files?


>>> "Daniel" == Daniel Shane <daniel.shane@eicon.com> writes:

 Daniel> Hi, It seems as though the following rule, although
 Daniel> valid, does not run very well:

 Daniel> pkgdata_DATA = etc/config.conf

 Daniel> It will not create the etc directory, 

That's meant: this should install etc/config.conf as $(pkgdatadir)/config.conf.

Use 
  nobase_pkgdata_DATA = etc/config.conf 
if want to install this file as $(pkgdatadir)/etc/config.conf.

 Daniel> although it will create pkgdatadir, therefore the user
 Daniel> will get: No such file or directory when installing
 Daniel> config.conf.

1.5b seems to work fine.

[...]
-- 
Alexandre Duret-Lutz



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