You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dc...@apache.org on 2012/11/19 21:24:44 UTC

git commit: partial fix for failures during copy phase of source docs

Updated Branches:
  refs/heads/docs 621385697 -> 8e0fd1ef6


partial fix for failures during copy phase of source docs

fails during `cp: ./html/_sources/api/authn.rst: No such file or directory`


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

Branch: refs/heads/docs
Commit: 8e0fd1ef64e2b4404d2dba41d98660c1294932fd
Parents: 6213856
Author: Dave Cottlehuber <dc...@apache.org>
Authored: Mon Nov 19 21:24:30 2012 +0100
Committer: Dave Cottlehuber <dc...@apache.org>
Committed: Mon Nov 19 21:24:30 2012 +0100

----------------------------------------------------------------------
 share/doc/build/Makefile.am |   50 +++++++++++++++++++-------------------
 1 files changed, 25 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/8e0fd1ef/share/doc/build/Makefile.am
----------------------------------------------------------------------
diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am
index da44634..eb49f1b 100644
--- a/share/doc/build/Makefile.am
+++ b/share/doc/build/Makefile.am
@@ -55,32 +55,32 @@ html_files = \
     html/_images/futon-editeddoc.png \
     html/_images/futon-overview.png \
     html/_images/futon-replform.png \
-    html/_sources/api/authn.txt \
-    html/_sources/api/configuration.txt \
-    html/_sources/api/database.txt \
-    html/_sources/api/dbmaint.txt \
-    html/_sources/api/design.txt \
-    html/_sources/api/documents.txt \
-    html/_sources/api/local.txt \
-    html/_sources/api/misc.txt \
-    html/_sources/api/reference.txt \
-    html/_sources/api-basics.txt \
-    html/_sources/changes.txt \
-    html/_sources/commonjs.txt \
-    html/_sources/config_reference.txt \
-    html/_sources/configuring.txt \
-    html/_sources/ddocs.txt \
-    html/_sources/errors.txt \
-    html/_sources/http-proxying.txt \
-    html/_sources/index.txt \
-    html/_sources/intro.txt \
-    html/_sources/json-structure.txt \
+    html/_sources/api/authn.rst \
+    html/_sources/api/configuration.rst \
+    html/_sources/api/database.rst \
+    html/_sources/api/dbmaint.rst \
+    html/_sources/api/design.rst \
+    html/_sources/api/documents.rst \
+    html/_sources/api/local.rst \
+    html/_sources/api/misc.rst \
+    html/_sources/api/reference.rst \
+    html/_sources/api-basics.rst \
+    html/_sources/changes.rst \
+    html/_sources/commonjs.rst \
+    html/_sources/config_reference.rst \
+    html/_sources/configuring.rst \
+    html/_sources/ddocs.rst \
+    html/_sources/errors.rst \
+    html/_sources/http-proxying.rst \
+    html/_sources/index.rst \
+    html/_sources/intro.rst \
+    html/_sources/json-structure.rst \
     html/_sources/query-servers.rst \
-    html/_sources/os-daemons.txt \
-    html/_sources/range.txt \
-    html/_sources/release.txt \
-    html/_sources/replication.txt \
-    html/_sources/ssl.txt \
+    html/_sources/os-daemons.rst \
+    html/_sources/range.rst \
+    html/_sources/release.rst \
+    html/_sources/replication.rst \
+    html/_sources/ssl.rst \
     html/_static/ajax-loader.gif \
     html/_static/basic.css \
     html/_static/comment-bright.png \