automake
[Top][All Lists]
Advanced

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

Re: installing a dir


From: Alexandre Duret-Lutz
Subject: Re: installing a dir
Date: Sat, 02 Oct 2004 00:59:13 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "Alien" == Alien  <address@hidden> writes:

 Alien> I have a data directory (that comes from a tar.bz2 datapackage, it's 
not in 
 Alien> CVS) and i want to install it and let it be in dist too

Right now you cannot do this with _DATA.  This is PR/383.

There are at least two workarounds:

 1) EXTRA_DIST the directory (so it gets distributed), and
    write your own install-data-local rule.

 2) autoconfiscate the datapackage so that it comes with its own
    `make dist' rule, and nest it into the top-level package.
    (See the `Nested Packages' section of the manuals.)

-- 
Alexandre Duret-Lutz





reply via email to

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