aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2020-11-12 12:41:51 +0000
committerTatsuya Kinoshita <tats@debian.org>2020-11-12 12:41:51 +0000
commit8dc7e1dc0c15551713711506379072876dc906fd (patch)
tree2381d145350eb0d858b849a9886ae79c2c1bc839 /Makefile.in
parentUpdate examples for 2ch.cgi (diff)
downloadw3m-8dc7e1dc0c15551713711506379072876dc906fd.tar.gz
w3m-8dc7e1dc0c15551713711506379072876dc906fd.zip
Update the dist target to use git archive
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
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