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 D334EE5AA for ; Sat, 1 Dec 2012 17:34:32 +0000 (UTC) Received: (qmail 36920 invoked by uid 500); 1 Dec 2012 17:34:32 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 36813 invoked by uid 500); 1 Dec 2012 17:34:32 -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 36801 invoked by uid 99); 1 Dec 2012 17:34:31 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Dec 2012 17:34:31 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5A8B681696B; Sat, 1 Dec 2012 17:34:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nslater@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: Removed TODO list and other comments Message-Id: <20121201173431.5A8B681696B@tyr.zones.apache.org> Date: Sat, 1 Dec 2012 17:34:31 +0000 (UTC) Updated Branches: refs/heads/docs f7bd3855a -> 18248b18f Removed TODO list and other comments Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/18248b18 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/18248b18 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/18248b18 Branch: refs/heads/docs Commit: 18248b18f50773c13c8e3e1a002c6c21c8dd56c7 Parents: f7bd385 Author: Noah Slater Authored: Sat Dec 1 17:34:23 2012 +0000 Committer: Noah Slater Committed: Sat Dec 1 17:34:23 2012 +0000 ---------------------------------------------------------------------- share/doc/build/Makefile.am | 48 -------------------------------------- 1 files changed, 0 insertions(+), 48 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/18248b18/share/doc/build/Makefile.am ---------------------------------------------------------------------- diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am index bca680f..60c1757 100644 --- a/share/doc/build/Makefile.am +++ b/share/doc/build/Makefile.am @@ -10,59 +10,11 @@ ## License for the specific language governing permissions and limitations under ## the License. -# ----------------------------------------------------------------------------- - -# @@ TODO LIST BEFORE WE CAN MERGE - -# @@ add RM checks to configure.ac - -# @@ make PDF building optional and not fail by default - -# @@ improve conf.py settings - -# @@ replace "test !" in configure.ac with "test -f X; then :; else" for portability - -# @@ stamps break parallel builds and "make -n" promise - -# @@ check that maintainer-clean works for help2man - -# @@ can we remove _static? - -# @@ need to explicitly put the license in the readable part of the doc - -# @@ fix package name which turns out as "apache-couchdb" - -# @@ sort out sphinx variables in this file - -# @@ distcheck is not actually running `check` - -# @@ fail configure if pygments is not found - -# @@ should be possible to: -# @@ run the code checks & docs checks separately -# @@ distcheck should do A as above -# @@ it should be possible for endusers to build couch without docs or checks running - -# @@ problems with this image: -# @@ ubuntu/images/ebs/ubuntu-precise-12.04-amd64-server-20121001 (ami-3d4ff254) -# @@ solved by running some commands on: -# @@ http://wiki.apache.org/couchdb/Installing_on_Ubuntu -# @@ but dont know why -# @@ oh, probably because i didn't install build-essential - -# @@ design CouchDB theme - -# @@ update homepage IRC link to: http://webchat.freenode.net/?channels=couchdb - -# ----------------------------------------------------------------------------- - SPHINXOPTS = \ -d doctrees \ -n -c $(srcdir)/../src \ $(srcdir)/../src -# ----------------------------------------------------------------------------- - info_file_dist = texinfo/CouchDB.info info_file_inst = CouchDB