From 9559bf485ba1c6730ae12ec292d3cd6bd8a5d950 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Thu, 16 Jul 2009 20:31:00 +0000 Subject: build fails, note to self git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@794833 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d25f55c4..f41fca5d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,11 +71,14 @@ local-clean: maintainer-clean distcheck-hook: grep -rL 'http://www.apache.org/licenses/LICENSE-2.0' * \ - | grep -vf license.skip; \ + | grep -vEf license.skip; \ test "$$?" -eq 1 .PHONY: distsign 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 -- cgit v1.2.3