From 871bafacd57c4c0ef86c0cadd72ecbabedae05a5 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 26 Oct 2012 01:57:57 -0400 Subject: Add a "dist-xz" target. --- (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 7fe3253..b7a53a2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -123,3 +123,7 @@ dist dist-gzip: $(distdir) dist-bzip2: $(distdir) @tar -cf - '$(distdir)' | bzip2 -9c > '$(distdir).tar.bz2' @rm -Rf '$(distdir)' + +dist-xz: $(distdir) + @tar -cf - '$(distdir)' | xz -c > '$(distdir).tar.xz' + @rm -Rf '$(distdir)' -- cgit v0.9.1