Updated Branches: refs/heads/docs 1a3f84fb9 -> eed4cf607
Clean up rst and generated file lists in Makefile - include Makefile entries for #1a3f84fb9 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/eed4cf60 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/eed4cf60 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/eed4cf60 Branch: refs/heads/docs Commit: eed4cf607100118655697298e321b303b18b437f Parents: 1a3f84f Author: Dave Cottlehuber <[email protected]> Authored: Mon Dec 3 12:46:13 2012 +0100 Committer: Dave Cottlehuber <[email protected]> Committed: Mon Dec 3 12:58:08 2012 +0100 ---------------------------------------------------------------------- share/doc/build/Makefile.am | 23 ++++++++++++++--------- 1 files changed, 14 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/eed4cf60/share/doc/build/Makefile.am ---------------------------------------------------------------------- diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am index 6ffaccd..5346d8c 100644 --- a/share/doc/build/Makefile.am +++ b/share/doc/build/Makefile.am @@ -36,6 +36,8 @@ else pdf_file_build = endif +# Please keep lists of rst and related generated files sorted + html_files = \ html/_images/futon-createdb.png \ html/_images/futon-editdoc.png \ @@ -52,6 +54,7 @@ html_files = \ html/_sources/api/misc.txt \ html/_sources/api/reference.txt \ html/_sources/api-basics.txt \ + html/_sources/changelog.txt \ html/_sources/changes.txt \ html/_sources/commonjs.txt \ html/_sources/config_reference.txt \ @@ -102,27 +105,28 @@ html_files = \ html/api/misc.html \ html/api/reference.html \ html/api-basics.html \ + html/changelog.html \ html/changes.html \ html/commonjs.html \ html/config_reference.html \ html/configuring.html \ html/ddocs.html \ html/errors.html \ - html/genindex.html \ html/http-proxying.html \ html/index.html \ html/intro.html \ html/json-structure.html \ - html/objects.inv \ html/os-daemons.html \ + html/pretty_urls.html \ html/query-servers.html \ html/range.html \ - html/pretty_urls.html \ html/release.html \ html/replication.html \ + html/ssl.html \ + html/objects.inv \ + html/genindex.html \ html/search.html \ - html/searchindex.js \ - html/ssl.html + html/searchindex.js if BUILD_HTML html_files_build = $(html_files) @@ -151,9 +155,9 @@ src_files = \ ../src/api/misc.rst \ ../src/api/reference.rst \ ../src/api-basics.rst \ + ../src/changelog.rst \ ../src/changes.rst \ ../src/commonjs.rst \ - ../src/conf.py \ ../src/config_reference.rst \ ../src/configuring.rst \ ../src/ddocs.rst \ @@ -162,13 +166,14 @@ src_files = \ ../src/index.rst \ ../src/intro.rst \ ../src/json-structure.rst \ - ../src/query-servers.rst \ ../src/os-daemons.rst \ - ../src/range.rst \ ../src/pretty_urls.rst \ + ../src/query-servers.rst \ + ../src/range.rst \ ../src/release.rst \ ../src/replication.rst \ - ../src/ssl.rst + ../src/ssl.rst \ + ../src/conf.py src_files_html = \ ../static/rtd.css \
