Scott Kostyshak wrote: > By the way, I saw your comment just above the definition of the lyxdist > target, which you introduced in 2010 (d407a15c): > > -------- > #Wait some time for bumping automake 1.11, which can use dist-xz > #directly without this code, which is to be removed. > #xz has low compression by default, but can be affected via > #export XZ_OPT=-9ev put somewhere in the makefile. > lyxdist: dist > bunzip2 $(PACKAGE)-$(VERSION).tar.bz2 > xz -9 $(PACKAGE)-$(VERSION).tar > ls -hl $(PACKAGE)-$(VERSION).tar.* > -------- > > Should we use dist-xz directly now?
That would make sense provided -9 level can be maintained. I don't have time for the patch though. Pavel