Remove fauxton/layout.js from Makefile
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/b68eb174 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/b68eb174 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/b68eb174 Branch: refs/heads/paginate-api-options Commit: b68eb1746785e2bfbc43e188c4125092d9941bfc Parents: 6ea2b08 Author: Garren Smith <[email protected]> Authored: Sat Feb 1 12:02:58 2014 +0200 Committer: Garren Smith <[email protected]> Committed: Sat Feb 1 12:02:58 2014 +0200 ---------------------------------------------------------------------- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/b68eb174/src/Makefile.am ---------------------------------------------------------------------- diff --git a/src/Makefile.am b/src/Makefile.am index e7efd4c..32a1a6a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -149,7 +149,6 @@ FAUXTON_FILES = \ fauxton/app/addons/documents/views.js \ fauxton/app/addons/fauxton/base.js \ fauxton/app/addons/fauxton/components.js \ - fauxton/app/addons/fauxton/layout.js \ fauxton/app/addons/fauxton/resizeColumns.js \ fauxton/app/addons/fauxton/tests/baseSpec.js \ fauxton/app/addons/fauxton/tests/navbarSpec.js \
