summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
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)'