This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: automake/216: allow multiple distribution formats to be built in a single shot
- To: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- Subject: Re: automake/216: allow multiple distribution formats to be built in a single shot
- From: Tom Tromey <tromey at redhat dot com>
- Date: 22 Aug 2001 22:58:38 -0600
- Cc: automake-gnats at sourceware dot cygnus dot com, automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <20010818225400.5540.qmail@sourceware.cygnus.com> <mvbd75qwtbg.fsf@phobos.lrde.epita.fr>
- Reply-To: tromey at redhat dot com
>>>>> "adl" == Alexandre Duret-Lutz <duret_g@lrde.epita.fr> writes:
adl> In fact, I don't really like this idea... I think that dist-all
adl> should not exists, and instead `make dist' should output a
adl> distribution in all the formats requested by the maintainer (on
adl> the AUTOMAKE_OPTIONS line). `make distcheck' would also output
adl> all formats, of course. Does it make sense?
Yes. I reopened the PR. Thanks for keeping me on target here.
We'll have to teach `distcheck' how to find and unpack the appropriate
file.
Tom