From a67ef52d5881e052abe2a4729e24facd4ba58260 Mon Sep 17 00:00:00 2001 From: Benjamin Pereto Date: Sat, 3 Jan 2015 16:46:23 +0100 Subject: add .tar.xz archive for release --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1f27f7e..8bd9d26 100644 --- a/Makefile +++ b/Makefile @@ -53,3 +53,5 @@ clean: release: git archive --format=tar.xz --prefix=mkinitcpio-ykfde-$(VERSION)/ $(VERSION) > mkinitcpio-ykfde-$(VERSION).tar.xz gpg -ab mkinitcpio-ykfde-$(VERSION).tar.xz + git archive --format=tar.gz --prefix=mkinitcpio-ykfde-$(VERSION)/ $(VERSION) > mkinitcpio-ykfde-$(VERSION).tar.gz + gpg -ab mkinitcpio-ykfde-$(VERSION).tar.gz -- cgit v1.2.3-54-g00ecf