We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d7b15 commit f79426dCopy full SHA for f79426d
1 file changed
Makefile
@@ -69,8 +69,7 @@ $(SUBDIRS):
69
$(MAKE) $(MFLAGS) -C "$@" $(MAKECMDGOALS)
70
71
$(PROJECT)-$(VERSION).tar.xz:
72
- tar --transform='s,^,$(PROJECT)-$(VERSION)/,' -Jcf $@ \
73
- shell-* gen-* contrib tests docs LICENSE COPYING Makefile
+ git archive --prefix='$(PROJECT)-$(VERSION)/' v$(VERSION) | xz -c > $@
74
75
$(PROJECT)-$(VERSION).tar.sign: $(PROJECT)-$(VERSION).tar.xz
76
xz -d -c $^ | \
0 commit comments