From 6f58d70e31c5a8b63402b865b4030976348659d0 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 22 Jun 2015 23:08:55 +0200 Subject: build-sys: add custom "make git-tar" target --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 936e4edd81..ef03730b03 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6282,6 +6282,10 @@ hwdb-update: git-tag: git tag -s "v$(VERSION)" -m "systemd $(VERSION)" +.PHONY: git-tar +git-tar: + git archive --format=tar --prefix=systemd-$(VERSION)/ v$(VERSION) | xz > systemd-$(VERSION).tar.xz + www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd .PHONY: upload upload: all check dist -- cgit v1.2.3-54-g00ecf