diff options
author | Noah Slater <nslater@apache.org> | 2009-09-30 01:33:29 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-09-30 01:33:29 +0000 |
commit | 8bcfbdbfa181ae8f677b2d4e1e52c15d6d17e242 (patch) | |
tree | 931a26cc7e4c970782b86ab239ab1dfaf42d6f06 | |
parent | ae793605322971f38d85960c9e27bb29b35d27ad (diff) |
added make check to distsign dep
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@820141 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9a42afd4..efb7ac34 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,7 +77,7 @@ distcheck-hook: test "$$?" -eq 1 .PHONY: distsign -distsign: distcheck +distsign: distcheck check @# @@ unpack archive and run diff -r to double check missing files @# @@ does automake have anything that does this? gpg --armor --detach-sig \ |