diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2020-11-12 12:41:51 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2020-11-12 12:41:51 +0000 |
commit | 8dc7e1dc0c15551713711506379072876dc906fd (patch) | |
tree | 2381d145350eb0d858b849a9886ae79c2c1bc839 | |
parent | Update examples for 2ch.cgi (diff) | |
download | w3m-8dc7e1dc0c15551713711506379072876dc906fd.tar.gz w3m-8dc7e1dc0c15551713711506379072876dc906fd.zip |
Update the dist target to use git archive
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 453072d..0f7c859 100644 --- a/Makefile.in +++ b/Makefile.in @@ -322,7 +322,7 @@ depend: makedepend $(CFLAGS) *.c dist: - cd ..; tar cvfz w3m-$(VERSION).tar.gz w3m + git archive master --prefix=w3m-$(VERSION)/ --format=tar | gzip -9 > ../w3m-$(VERSION).tar.gz bindist: cd ..; tar cvfz w3m-$(VERSION)-$(MODEL).tar.gz w3m/w3m* w3m/doc* w3m/Bonus* w3m/README w3m/scripts |