Add missed docs files for `make html` output.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/90cecc20 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/90cecc20 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/90cecc20 Branch: refs/heads/1.5.x Commit: 90cecc20e34380ba6c7ea6d5f95a2ae855b33f24 Parents: 99423c5 Author: Alexander Shorin <[email protected]> Authored: Tue Oct 15 20:20:57 2013 +0400 Committer: Alexander Shorin <[email protected]> Committed: Tue Oct 15 21:07:22 2013 +0400 ---------------------------------------------------------------------- share/doc/build/Makefile.am | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/90cecc20/share/doc/build/Makefile.am ---------------------------------------------------------------------- diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am index 30b933e..c4298d3 100644 --- a/share/doc/build/Makefile.am +++ b/share/doc/build/Makefile.am @@ -45,6 +45,26 @@ html_files = \ html/_images/futon-editeddoc.png \ html/_images/futon-overview.png \ html/_images/futon-replform.png \ + html/_images/intro-consistency-01.png \ + html/_images/intro-consistency-02.png \ + html/_images/intro-consistency-03.png \ + html/_images/intro-consistency-04.png \ + html/_images/intro-consistency-05.png \ + html/_images/intro-consistency-06.png \ + html/_images/intro-consistency-07.png \ + html/_images/intro-tour-01.png \ + html/_images/intro-tour-02.png \ + html/_images/intro-tour-03.png \ + html/_images/intro-tour-04.png \ + html/_images/intro-tour-05.png \ + html/_images/intro-tour-06.png \ + html/_images/intro-tour-07.png \ + html/_images/intro-tour-08.png \ + html/_images/intro-tour-09.png \ + html/_images/intro-tour-10.png \ + html/_images/intro-why-01.png \ + html/_images/intro-why-02.png \ + html/_images/intro-why-03.png \ html/_images/views-intro-01.png \ html/_images/views-intro-02.png \ html/_images/views-intro-03.png \ @@ -93,6 +113,7 @@ html_files = \ html/_sources/couchapp/views/intro.txt \ html/_sources/couchapp/views/joins.txt \ html/_sources/couchapp/views/nosql.txt \ + html/_sources/couchapp/views/pagination.txt \ html/_sources/cve/2010-0009.txt \ html/_sources/cve/2010-2234.txt \ html/_sources/cve/2010-3854.txt \ @@ -264,11 +285,14 @@ html_files = \ html/about.html \ html/config-ref.html \ html/contents.html \ - html/externals.html \ + html/contributing.html \ + html/download.html \ html/experimental.html \ + html/externals.html \ + html/http-api.html \ + html/index.html \ html/json-structure.html \ html/objects.inv \ - html/http-api.html \ html/search.html \ html/searchindex.js
