Update the dist target to use git archive
This commit is contained in:
@@ -322,7 +322,7 @@ depend:
|
|||||||
makedepend $(CFLAGS) *.c
|
makedepend $(CFLAGS) *.c
|
||||||
|
|
||||||
dist:
|
dist:
|
||||||
cd ..; tar cvfz w3m-$(VERSION).tar.gz w3m
|
git archive master --prefix=w3m-$(VERSION)/ --format=tar | gzip -9 > ../w3m-$(VERSION).tar.gz
|
||||||
|
|
||||||
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