about summary refs log tree commit diff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2018-09-03 13:56:43 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2018-09-03 14:57:43 +0000
commitbaef71ccfc9df3221916a4356dafe5d792a509c6 (patch)
tree68c3a0e187801a2f312cd4538aaea2cf6f7b5d89 /Makefile.in
parent4599fc8ff7238edc2105d937a2492b3998b30115 (diff)
downloadzsh-baef71ccfc9df3221916a4356dafe5d792a509c6.tar.gz
zsh-baef71ccfc9df3221916a4356dafe5d792a509c6.tar.xz
zsh-baef71ccfc9df3221916a4356dafe5d792a509c6.zip
43367: Add maintainer targets 'tarxz-src' and 'targz-src'.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 2b71dad25..00d74b7f2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -175,3 +175,12 @@ $(DISTNAME)-doc.tar.gz: FORCE
 	rm -rf $(DISTNAME)
 
 FORCE:
+
+tarxz-src: $(DISTNAME).tar.xz
+$(DISTNAME).tar.xz: $(DISTNAME).tar.gz
+	< $< zcat | xz -9 > $@
+
+tarxz-doc: $(DISTNAME)-doc.tar.xz
+$(DISTNAME)-doc.tar.xz: $(DISTNAME)-doc.tar.gz
+	< $< zcat | xz -9 > $@
+