Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 91BE1100D1 for ; Sun, 16 Nov 2014 22:40:47 +0000 (UTC) Received: (qmail 79348 invoked by uid 500); 16 Nov 2014 22:40:47 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 79276 invoked by uid 500); 16 Nov 2014 22:40:47 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 79257 invoked by uid 99); 16 Nov 2014 22:40:47 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Nov 2014 22:40:47 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 20E46824DC5; Sun, 16 Nov 2014 22:40:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org Date: Sun, 16 Nov 2014 22:40:48 -0000 Message-Id: <6ac02b3fb21f412290ccb4717d8edaa8@git.apache.org> In-Reply-To: <542628a2b6a94f5b8308254ee9b23fbd@git.apache.org> References: <542628a2b6a94f5b8308254ee9b23fbd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/4] couchdb commit: updated refs/heads/developer-preview-2.0 to f51b9ce copy fauxton on dist Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/aeda9b83 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/aeda9b83 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/aeda9b83 Branch: refs/heads/developer-preview-2.0 Commit: aeda9b8308a5baa19d4c2505bbdd2cd70916fa52 Parents: 35cdab4 Author: Jan Lehnardt Authored: Sun Nov 16 23:26:44 2014 +0100 Committer: Jan Lehnardt Committed: Sun Nov 16 23:26:44 2014 +0100 ---------------------------------------------------------------------- Makefile | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/aeda9b83/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 83cad0b..516e46d 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ check: javascript eunit dist: compile @rm -rf rel/couchdb @rebar generate + @cp -r share/www rel/couchdb/share/www distclean: clean @rm -rf rel/couchdb