build: Create ascii signature.

* build-aux/GNUmakefile.in (sign): Create ascii signature.
This commit is contained in:
Jan Nieuwenhuizen 2019-09-08 11:10:45 +02:00
parent 507a320cb0
commit 99903dce06
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 2 additions and 1 deletions

View File

@ -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