From 0fa4903c55a1a157e9414ff49dc8c6685248b8b7 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/GNUmakefile.in b/build-aux/GNUmakefile.in index 54124754..7d9c91ca 100644 --- a/build-aux/GNUmakefile.in +++ b/build-aux/GNUmakefile.in @@ -256,7 +256,7 @@ endif dist: $(TARBALL) sign: $(TARBALL) - gpg --detach-sign $< + gpg -a --output $(TARBALL).sig --detach-sig $(TARBALL) git checkout ChangeLog tree-clean-p: