Updated Branches: refs/heads/master 1c685c406 -> 4d96941f6
Docs: handle 1.6 release notes by build system Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4d96941f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4d96941f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4d96941f Branch: refs/heads/master Commit: 4d96941f6882efb05f4b4c697663f72c0bd024c4 Parents: 1c685c4 Author: Alexander Shorin <[email protected]> Authored: Fri Nov 8 14:50:39 2013 +0400 Committer: Alexander Shorin <[email protected]> Committed: Fri Nov 8 14:50:39 2013 +0400 ---------------------------------------------------------------------- share/doc/build/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/4d96941f/share/doc/build/Makefile.am ---------------------------------------------------------------------- diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am index c4298d3..a6a5e76 100644 --- a/share/doc/build/Makefile.am +++ b/share/doc/build/Makefile.am @@ -160,6 +160,7 @@ html_files = \ html/_sources/whatsnew/1.3.txt \ html/_sources/whatsnew/1.4.txt \ html/_sources/whatsnew/1.5.txt \ + html/_sources/whatsnew/1.6.txt \ html/_sources/whatsnew/index.txt \ html/_sources/about.txt \ html/_sources/contents.txt \ @@ -281,6 +282,7 @@ html_files = \ html/whatsnew/1.3.html \ html/whatsnew/1.4.html \ html/whatsnew/1.5.html \ + html/whatsnew/1.6.html \ html/whatsnew/index.html \ html/about.html \ html/config-ref.html \ @@ -428,6 +430,7 @@ src_files = \ ../src/whatsnew/1.3.rst \ ../src/whatsnew/1.4.rst \ ../src/whatsnew/1.5.rst \ + ../src/whatsnew/1.6.rst \ ../src/whatsnew/index.rst \ ../src/about.rst \ ../src/contents.rst \
