This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
creating multiple dist at once (was: Re: Patch: FYI: more doc updates)
- To: tromey at redhat dot com
- Subject: creating multiple dist at once (was: Re: Patch: FYI: more doc updates)
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- Date: 01 Aug 2001 18:17:41 +0200
- Cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- Organization: LRDE/EPITA http://www.lrde.epita.fr/
- References: <87ofq2uk6d.fsf@creche.redhat.com>
>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
[...]
Tom> +By default Automake generates a @samp{.tar.gz} file when asked to create
Tom> +a distribution. However, some projects prefer different packaging
Tom> +formats. Automake accomodates most of these using options;
Tom> +@ref{Options}.
This recall me a wish I had.
I usually want to create both .tar.gz and .tar.bz2 for upload.
Unfortunately the following does not work:
% make dist dist-bzip2
It fails because dist will erase the dist-directory before dist-bzip2 is
run, but make still think there is not need to run distdir again.
Maybe there is a way to arrange the dist machinery to delay
the cleanup until all distributions are made?
[...]
--
Alexandre Duret-Lutz