diff options
author | Noah Slater <nslater@apache.org> | 2009-09-28 23:41:32 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-09-28 23:41:32 +0000 |
commit | bec0e88464d7ec32bc98e09a88035227469ff9b3 (patch) | |
tree | c725b6d5f45b3e941bb3272c65cd271a6b301f2b | |
parent | e8aae053708e610f2f9f2d77cd331f6c4fd8e2a3 (diff) |
removed false call
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@819768 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 076adbbb..8e9ead7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,7 +78,6 @@ distcheck-hook: distsign: distcheck @# @@ unpack archive and run diff -r to double check missing files @# @@ does automake have anything that does this? - false gpg --armor --detach-sig \ < $(top_srcdir)/$(distdir).tar.gz \ > $(top_srcdir)/$(distdir).tar.gz.asc |