From: Kay Sievers Date: Wed, 18 Jan 2012 13:47:07 +0000 (+0100) Subject: Makefile: switch from .asc to .sign X-Git-Tag: 178~4 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c23d8fb18f018d737fdc22abe3c7ef599561d37f;hp=46505c52a61cbc9c9465eb676d3693bb32e65615 Makefile: switch from .asc to .sign --- diff --git a/Makefile.am b/Makefile.am index 04db95fce..3271bdb54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -765,10 +765,10 @@ git-sync: tar: make distcheck - xz -d -c udev-$(VERSION).tar.xz | gpg --armor --detach-sign --output udev-$(VERSION).tar.asc + xz -d -c udev-$(VERSION).tar.xz | gpg --armor --detach-sign --output udev-$(VERSION).tar.sign tar-sync: - kup put udev-$(VERSION).tar.xz udev-$(VERSION).tar.asc /pub/linux/utils/kernel/hotplug/udev-$(VERSION).tar.gz + kup put udev-$(VERSION).tar.xz udev-$(VERSION).tar.sign /pub/linux/utils/kernel/hotplug/ doc-sync: for i in src/*.html; do rm -f $$i.sign; gpg --armor --detach-sign --output=$$i.sign $$i; done