You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2009/09/29 01:41:59 UTC

svn commit: r819769 - /couchdb/branches/0.10.x/Makefile.am

Author: nslater
Date: Mon Sep 28 23:41:58 2009
New Revision: 819769

URL: http://svn.apache.org/viewvc?rev=819769&view=rev
Log:
removed false call

Modified:
    couchdb/branches/0.10.x/Makefile.am

Modified: couchdb/branches/0.10.x/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/Makefile.am?rev=819769&r1=819768&r2=819769&view=diff
==============================================================================
--- couchdb/branches/0.10.x/Makefile.am (original)
+++ couchdb/branches/0.10.x/Makefile.am Mon Sep 28 23:41:58 2009
@@ -78,7 +78,6 @@
 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