summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2013-09-27 21:15:26 +0400
committerAlexander Shorin <kxepal@apache.org>2013-09-27 22:01:49 +0400
commit2375d0056a9fb866a06ec59a632ccc8b5cf4cbf9 (patch)
tree3a4644bb2ea6174451544ab4188f82fe04265886
parentebaac5cc519210d81ed9857d12c850b672a0cd30 (diff)
downloadcouchdb-2375d0056a9fb866a06ec59a632ccc8b5cf4cbf9.tar.gz
Fix main TOC tree reference.
-rw-r--r--share/doc/build/Makefile.am6
-rw-r--r--share/doc/src/conf.py4
2 files changed, 5 insertions, 5 deletions
diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am
index 729313a4c..d03eb30ab 100644
--- a/share/doc/build/Makefile.am
+++ b/share/doc/build/Makefile.am
@@ -139,9 +139,9 @@ html_files = \
html/_sources/whatsnew/1.3.txt \
html/_sources/whatsnew/1.4.txt \
html/_sources/whatsnew/index.txt \
+ html/_sources/contents.txt \
html/_sources/contributing.txt \
html/_sources/externals.txt \
- html/_sources/index.txt \
html/_sources/json-structure.txt \
html/_static/ajax-loader.gif \
html/_static/basic.css \
@@ -256,8 +256,8 @@ html_files = \
html/whatsnew/1.3.html \
html/whatsnew/1.4.html \
html/whatsnew/index.html \
+ html/contents.html \
html/externals.html \
- html/index.html \
html/json-structure.html \
html/objects.inv \
html/http-api.html \
@@ -395,9 +395,9 @@ src_files = \
../src/whatsnew/1.3.rst \
../src/whatsnew/1.4.rst \
../src/whatsnew/index.rst \
+ ../src/contents.rst \
../src/contributing.rst \
../src/externals.rst \
- ../src/index.rst \
../src/json-structure.rst \
../src/conf.py
diff --git a/share/doc/src/conf.py b/share/doc/src/conf.py
index f60e5456b..6cdb9efb1 100644
--- a/share/doc/src/conf.py
+++ b/share/doc/src/conf.py
@@ -108,7 +108,7 @@ html_sidebars = {
text_newlines = "native"
latex_documents = [(
- "index",
+ "contents",
"CouchDB.tex",
project,
"",
@@ -121,7 +121,7 @@ latex_elements = {
}
texinfo_documents = [(
- "index",
+ "contents",
"CouchDB",
project,
"",