summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-03-12 01:17:38 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-03-12 01:17:38 +0100
commit1e7a425100d059ed277b50e6e8ee623e93bde255 (patch)
tree47d109cf1cad831efbff4478063c6c8290686c86 /Makefile.am
parentbuild-sys: simplify git tar invocation (diff)
downloadsystemd-1e7a425100d059ed277b50e6e8ee623e93bde255.tar.xz
systemd-1e7a425100d059ed277b50e6e8ee623e93bde255.zip
build-sys: add helper command to sign tarballs
Diffstat (limited to '')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 407efab45e..bd313a5d15 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6634,6 +6634,9 @@ git-tag:
git-tar:
git archive -o systemd-$(VERSION).tar.gz --prefix=systemd-$(VERSION)/ HEAD
+%.asc: %
+ gpg2 --detach-sign -a -o $@ $<
+
www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd
.PHONY: doc-sync