[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: creating multiple dist at once (was: Re: Patch: FYI: more doc update
From: |
Tom Tromey |
Subject: |
Re: creating multiple dist at once (was: Re: Patch: FYI: more doc updates) |
Date: |
02 Aug 2001 20:01:40 -0600 |
>>>>> "adl" == Alexandre Duret-Lutz <address@hidden> writes:
adl> This recall me a wish I had.
adl> I usually want to create both .tar.gz and .tar.bz2 for upload.
I agree, this would be good.
Could you submit a PR for it?
I think we need to change how the dist rule works a bit.
It seems strange to have separate rules like dist-zip.
And it seems strange that these rules are all optional.
Maybe it would be nicer if the user could select at build time:
make dist DISTTYPES='bz2 zip'
The maintainer could set DISTTYPES in Makefile.am to select the
defaults for the package.
That's just brainstorming though.
Tom