zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Add maintainer targets 'tarxz-src' and 'targz-src'.
@ 2018-09-03 13:56 Daniel Shahaf
  0 siblings, 0 replies; only message in thread
From: Daniel Shahaf @ 2018-09-03 13:56 UTC (permalink / raw)
  To: zsh-workers

---
 Makefile.in | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index ae18855ff..cf9f32158 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 > $@
+


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-03 13:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-03 13:56 [PATCH] Add maintainer targets 'tarxz-src' and 'targz-src' Daniel Shahaf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).