Use xz with -9e for the dist target
This commit is contained in:
		@@ -322,7 +322,7 @@ depend:
 | 
				
			|||||||
	makedepend $(CFLAGS) *.c
 | 
						makedepend $(CFLAGS) *.c
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dist:
 | 
					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:
 | 
					bindist:
 | 
				
			||||||
	cd ..; tar cvfz w3m-$(VERSION)-$(MODEL).tar.gz w3m/w3m* w3m/doc* w3m/Bonus* w3m/README w3m/scripts 
 | 
						cd ..; tar cvfz w3m-$(VERSION)-$(MODEL).tar.gz w3m/w3m* w3m/doc* w3m/Bonus* w3m/README w3m/scripts 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user