diff options
| author | Tatsuya Kinoshita <tats@debian.org> | 2020-11-15 12:24:33 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@debian.org> | 2020-11-15 12:31:51 +0000 | 
| commit | 4258de9560898e5426d5ea3fbc78e69b7369a452 (patch) | |
| tree | b98069aa702b72e599f13f8ba8c67aae2534e63e | |
| parent | Update ChangeLog (diff) | |
| download | w3m-4258de9560898e5426d5ea3fbc78e69b7369a452.tar.gz w3m-4258de9560898e5426d5ea3fbc78e69b7369a452.zip | |
Use xz instead of gzip for the dist target
| -rw-r--r-- | Makefile.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Makefile.in b/Makefile.in index 0f7c859..77b9ecc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -322,7 +322,7 @@ depend:  	makedepend $(CFLAGS) *.c  dist: -	git archive master --prefix=w3m-$(VERSION)/ --format=tar | gzip -9 > ../w3m-$(VERSION).tar.gz +	git archive --format=tar --prefix=w3m-$(VERSION)/ HEAD | xz -9 > ../w3m-$(VERSION).tar.xz  bindist:  	cd ..; tar cvfz w3m-$(VERSION)-$(MODEL).tar.gz w3m/w3m* w3m/doc* w3m/Bonus* w3m/README w3m/scripts  | 
