From: Jan Nieuwenhuizen Date: Sun, 8 Sep 2019 09:10:45 +0000 (+0200) Subject: build: Create ascii signature. X-Git-Tag: v0.20~3 X-Git-Url: https://jxself.org/git/?p=mes.git;a=commitdiff_plain;h=99903dce069271998c5839ae1c591ccd056b4cc8 build: Create ascii signature. * build-aux/GNUmakefile.in (sign): Create ascii signature. --- diff --git a/build-aux/GNUmakefile.in b/build-aux/GNUmakefile.in index ee10116c..b05cc52d 100644 --- a/build-aux/GNUmakefile.in +++ b/build-aux/GNUmakefile.in @@ -256,7 +256,8 @@ endif dist: $(TARBALL) sign: $(TARBALL) - gpg --detach-sign $< + gpg -a --output $(TARBALL).sig --detach-sig $(TARBALL) + git checkout ChangeLog tree-clean-p: test ! -d .git || git diff --exit-code > /dev/null