Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 68947 invoked from network); 16 Sep 2008 21:34:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Sep 2008 21:34:27 -0000 Received: (qmail 91214 invoked by uid 500); 16 Sep 2008 21:34:23 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 91193 invoked by uid 500); 16 Sep 2008 21:34:23 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 91184 invoked by uid 99); 16 Sep 2008 21:34:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 14:34:23 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 21:33:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CC67623889E9; Tue, 16 Sep 2008 14:33:25 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r696071 - /incubator/couchdb/trunk/share/Makefile.am Date: Tue, 16 Sep 2008 21:33:25 -0000 To: couchdb-commits@incubator.apache.org From: jan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080916213325.CC67623889E9@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jan Date: Tue Sep 16 14:33:25 2008 New Revision: 696071 URL: http://svn.apache.org/viewvc?rev=696071&view=rev Log: Install the new config page in Futon. Modified: incubator/couchdb/trunk/share/Makefile.am Modified: incubator/couchdb/trunk/share/Makefile.am URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/share/Makefile.am?rev=696071&r1=696070&r2=696071&view=diff ============================================================================== --- incubator/couchdb/trunk/share/Makefile.am (original) +++ incubator/couchdb/trunk/share/Makefile.am Tue Sep 16 14:33:25 2008 @@ -52,6 +52,7 @@ www/image/toggle-expand.gif \ www/image/twisty.gif \ www/index.html \ + www/config.html \ www/replicator.html \ www/script/browse.js \ www/script/couch.js \