diff options
-rw-r--r-- | Makefile.am | 3 |
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 |