On Wed, Jul 12, 2023 at 12:22:27PM +0100, Dima Pasechnik wrote:
> On Tue, Jul 11, 2023 at 10:31 PM Waldek Hebisch
> <
de...@fricas.math.uni.wroc.pl> wrote:
> >
> > I consider removing 'dist' target from the Makefile. For creating
> > release I use 'src/scripts/mkdist.sh' and it seems that other
> > folks do not use 'dist' target. 'dist' target contains comparable
> > number of lines as 'src/scripts/mkdist.sh' and adds extra work
> > to maintain Makefiles.
>
> 'dist' target normally is provided by packages which use automake, and
> in this case it's no extra work, at all.
> Without automake, you can just set up the target to invoke
> 'src/scripts/mkdist.sh'
If 'dist' target is considered useful, we could do this. But it