Use xz with -9e for the dist target

This commit is contained in:
Tatsuya Kinoshita
2021-01-18 22:17:04 +09:00
parent fb21e323b8
commit e383c7d7ab

View File

@@ -322,7 +322,7 @@ depend:
makedepend $(CFLAGS) *.c
dist:
git archive --format=tar --prefix=w3m-$(VERSION)/ HEAD | xz -9 > ../w3m-$(VERSION).tar.xz
git archive --format=tar --prefix=w3m-$(VERSION)/ HEAD | xz -9e > ../w3m-$(VERSION).tar.xz
bindist:
cd ..; tar cvfz w3m-$(VERSION)-$(MODEL).tar.gz w3m/w3m* w3m/doc* w3m/Bonus* w3m/README w3m/scripts