summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2014-02-16 10:07:47 +0100
committerNicolas Lécureuil <neoclust@mageia.org>2014-02-16 10:07:47 +0100
commit2158b77023add41ffbbe01358dd3bdf3339ebfa6 (patch)
tree89ac2ba4924c315bb420a33b4fa16050225c9d5e /Makefile
parent98b762b21eb0a9c000a36692602482e816655ba1 (diff)
parentef8ea523d51e279224e4916fdc1379135df51ba8 (diff)
downloadconfig-2158b77023add41ffbbe01358dd3bdf3339ebfa6.tar
config-2158b77023add41ffbbe01358dd3bdf3339ebfa6.tar.gz
config-2158b77023add41ffbbe01358dd3bdf3339ebfa6.tar.bz2
config-2158b77023add41ffbbe01358dd3bdf3339ebfa6.tar.xz
config-2158b77023add41ffbbe01358dd3bdf3339ebfa6.zip
Merge branch 'master' of git://git.mageia.org/software/desktop/kde/config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 23f7b7a..66865d5 100644
--- a/Makefile
+++ b/Makefile
@@ -19,3 +19,6 @@ localdist: tar
tar: localcopy
tar cfa $(PACKAGE)-$(PKGVERSION).$(DATE).tar.xz $(PACKAGE)-$(PKGVERSION)
rm -rf $(PACKAGE)-$(PKGVERSION)
+
+export:
+ git archive --prefix $(PACKAGE)-$(PKGVERSION)/ HEAD | xz -9 > $(PACKAGE)-$(PKGVERSION).$(DATE).tar.xz