Pavel Sanda <[email protected]> writes:
> like this. ugly, but wont diturb other people.
> opinions?

Yes, probably something like that for now.

> +#Wait some time for bumping automake 1.11, which knows this.
> +lyxdist: dist
> +     bunzip2 $(PACKAGE)-$(VERSION).tar.bz2
> +     xz -9 $(PACKAGE)-$(VERSION).tar
> +     ls -hl $(PACKAGE)-$(VERSION).tar.*
> +

I would rather do the following, which is probably faster.
  gunzip -c $(PACKAGE)-$(VERSION).tar.gz | xz -9 $(PACKAGE)-$(VERSION).tar.xz

You might also want to drop the dist-bz2 option.

JMarc

Reply via email to