build: Create ascii signature.
* build-aux/GNUmakefile.in (sign): Create ascii signature.
This commit is contained in:
parent
507a320cb0
commit
99903dce06
|
@ -256,7 +256,8 @@ endif
|
||||||
dist: $(TARBALL)
|
dist: $(TARBALL)
|
||||||
|
|
||||||
sign: $(TARBALL)
|
sign: $(TARBALL)
|
||||||
gpg --detach-sign $<
|
gpg -a --output $(TARBALL).sig --detach-sig $(TARBALL)
|
||||||
|
git checkout ChangeLog
|
||||||
|
|
||||||
tree-clean-p:
|
tree-clean-p:
|
||||||
test ! -d .git || git diff --exit-code > /dev/null
|
test ! -d .git || git diff --exit-code > /dev/null
|
||||||
|
|
Loading…
Reference in a new issue