[build] add missing Makefile.am entries. Actual file still missing.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4924567b Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4924567b Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4924567b Branch: refs/heads/Query-UI-Cleanup Commit: 4924567b10c204f304b2cda431c8feb4cd9d47e7 Parents: 91575ba Author: Jan Lehnardt <[email protected]> Authored: Wed Apr 16 16:42:00 2014 +0200 Committer: Jan Lehnardt <[email protected]> Committed: Wed Apr 16 16:42:00 2014 +0200 ---------------------------------------------------------------------- share/doc/build/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/4924567b/share/doc/build/Makefile.am ---------------------------------------------------------------------- diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am index 7b95d0d..b3fba13 100644 --- a/share/doc/build/Makefile.am +++ b/share/doc/build/Makefile.am @@ -120,6 +120,7 @@ html_files = \ html/_sources/cve/2012-5641.txt \ html/_sources/cve/2012-5649.txt \ html/_sources/cve/2012-5650.txt \ + html/_sources/cve/2014-2668.txt \ html/_sources/cve/index.txt \ html/_sources/fauxton/addons.txt \ html/_sources/fauxton/index.txt \ @@ -242,6 +243,7 @@ html_files = \ html/cve/2012-5641.html \ html/cve/2012-5649.html \ html/cve/2012-5650.html \ + html/cve/2014-2668.html \ html/cve/index.html \ html/fauxton/addons.html \ html/fauxton/index.html \
