From 99903dce069271998c5839ae1c591ccd056b4cc8 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 8 Sep 2019 11:10:45 +0200 Subject: [PATCH] build: Create ascii signature. * build-aux/GNUmakefile.in (sign): Create ascii signature. --- build-aux/GNUmakefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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