automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Should automake create directories for nested files?


From: Alexandre Duret-Lutz
Subject: Re: Should automake create directories for nested files?
Date: Tue, 08 Jan 2002 10:18:37 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu)

>>> "Daniel" == Daniel Shane <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]