You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2012/11/18 17:49:46 UTC

[41/50] git commit: Cleanup

Cleanup


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ddd36ab6
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ddd36ab6
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ddd36ab6

Branch: refs/heads/docs_tmp
Commit: ddd36ab6ae8b40ff1023fdcdabcbb1f7be4cba48
Parents: 59a23f1
Author: Noah Slater <ns...@apache.org>
Authored: Sat Oct 13 22:36:22 2012 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Sun Nov 18 00:15:30 2012 +0000

----------------------------------------------------------------------
 share/doc/build/Makefile.am |   52 ++++++++++++++-----------------------
 share/doc/conf.py           |    2 +-
 2 files changed, 21 insertions(+), 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ddd36ab6/share/doc/build/Makefile.am
----------------------------------------------------------------------
diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am
index f83f787..165ec82 100644
--- a/share/doc/build/Makefile.am
+++ b/share/doc/build/Makefile.am
@@ -12,6 +12,26 @@
 
 # -----------------------------------------------------------------------------
 
+# @@ TODO LIST BEFORE WE CAN MERGE
+
+# @@ 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
+
+# -----------------------------------------------------------------------------
+
 # You can set these variables from the command line.
 SPHINXOPTS    = -n -c $(srcdir)/..
 SPHINXBUILD   = sphinx-build
@@ -165,20 +185,6 @@ $(dist_localdoc_DATA): pdf
 
 $(nobase_dist_localdoc_DATA): html
 
-# @@ convert both targets to use stamp files
-# http://www.gnu.org/software/automake/manual/html_node/Multiple-Outputs.html
-
-# @@ move conf.py and use and set variables
-
-# @@ figure out if we should distribute the PDF in the dist dir
-
-# @@ seems to get called twice during the build
-# @@ use stamp files, this gets called twice during install too
-
-# @@ replace "test !" in configure.ac with "test -f X; then :; else" for portability
-
-# @@ stamps break parallel builds and "make -n" promise
-
 $(texinfo_files): texinfo.stamp
 	@if test -f $@; then :; else \
 	    rm -f texinfo.stamp; \
@@ -241,31 +247,13 @@ install-pdf:
 install-html:
 	@echo "This target is not supported. Try \`install-data' instead."
 
-# @@ figure out how to move conf.py up a dir
-# http://sphinx.pocoo.org/glossary.html#term-configuration-directory
-
 DISTCLEANFILES = \
     texinfo.stamp \
     pdf.stamp \
     html.stamp
 
-# @@ check that maintainer-clean works for help2man
 distclean-local:
 	rm -fr doctrees
 	rm -fr html
 	rm -fr latex
 	rm -fr texinfo
-
-# @@ can we remove _static?
-
-# @@ what is the license for conf.py?
-
-# @@ need to explicitly put the license in the readable part of the doc
-
-# @@ tweak conf.py
-# http://sphinx.pocoo.org/config.html
-
-# "make dvi" fails
-# "make ps" fails
-
-# @@ fix package name which turns out as "apache-couchdb"

http://git-wip-us.apache.org/repos/asf/couchdb/blob/ddd36ab6/share/doc/conf.py
----------------------------------------------------------------------
diff --git a/share/doc/conf.py b/share/doc/conf.py
index b0bf6f3..ac8e0c7 100644
--- a/share/doc/conf.py
+++ b/share/doc/conf.py
@@ -69,4 +69,4 @@ texinfo_documents = [(
 	"category",
 	"manual",
 	True
-)]
\ No newline at end of file
+)]