Update the makefile with the refactoring changes for moving documents and databases into addons.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/86ef9eea Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/86ef9eea Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/86ef9eea Branch: refs/heads/master Commit: 86ef9eea39a8006fd1dd875975b171164c09d5e0 Parents: ae03a97 Author: suelockwood <deathb...@apache.org> Authored: Mon Jan 13 15:15:49 2014 -0500 Committer: suelockwood <deathb...@apache.org> Committed: Mon Jan 13 15:15:49 2014 -0500 ---------------------------------------------------------------------- src/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/86ef9eea/src/Makefile.am ---------------------------------------------------------------------- diff --git a/src/Makefile.am b/src/Makefile.am index 78bbfac..6666751 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -133,10 +133,15 @@ FAUXTON_FILES = \ fauxton/app/addons/databases/templates/item.html \ fauxton/app/addons/databases/templates/list.html \ fauxton/app/addons/databases/templates/newdatabase.html \ + fauxton/app/addons/databases/templates/sidebar.html \ + fauxton/app/addons/documents/templates/advanced_options.html \ fauxton/app/addons/documents/templates/all_docs_item.html \ + fauxton/app/addons/documents/templates/all_docs_layout.html \ fauxton/app/addons/documents/templates/all_docs_list.html \ + fauxton/app/addons/documents/templates/all_docs_number.html \ fauxton/app/addons/documents/templates/changes.html \ fauxton/app/addons/documents/templates/ddoc_info.html \ + fauxton/app/addons/documents/templates/design_doc_selector.html \ fauxton/app/addons/documents/templates/doc.html \ fauxton/app/addons/documents/templates/doc_field_editor.html \ fauxton/app/addons/documents/templates/doc_field_editor_tabs.html \