Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
added make check to distsign dep
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@820141 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Noah Slater committed Sep 30, 2009
1 parent ae79360 commit 8bcfbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8bcfbdb

Please sign in to comment.