This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: make dist
- To: "Lars J. Aas" <larsa at sim dot no>
- Subject: Re: make dist
- From: Tom Tromey <tromey at redhat dot com>
- Date: 21 Mar 2001 11:54:00 -0700
- Cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <20010321191912.A22769@sim.no>
- Reply-To: tromey at redhat dot com
>>>>> "Lars" == Lars J Aas <larsa@sim.no> writes:
Lars> I've started cleaning up my projects so that "make dist" will
Lars> work for them. To make it work, though, there are some files I
Lars> have to put in EXTRA_DIST to get included, which should have
Lars> been added automatically, for instance depcomp, and ltconfig.
These are bugs.
Lars> The *_SCRIPTS and *_DATA files seems to be ignored too.
These are intentional. Not all primaries are distributed by default.
You can use `dist_*_SCRIPT' and `dist_*_DATA' to change this.
Tom