Add some more files to the build system
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/31431fad Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/31431fad Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/31431fad Branch: refs/heads/2200-feature-support-erlang-17.0 Commit: 31431faddc69b3591327a373daec04a1fe4ba420 Parents: 8eb4e32 Author: Dirkjan Ochtman <dirk...@ochtman.nl> Authored: Tue Apr 15 10:20:31 2014 +0200 Committer: Dirkjan Ochtman <dirk...@ochtman.nl> Committed: Tue Apr 15 22:30:40 2014 +0200 ---------------------------------------------------------------------- share/doc/build/Makefile.am | 1 + src/Makefile.am | 2 ++ test/etap/Makefile.am | 1 + 3 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/31431fad/share/doc/build/Makefile.am ---------------------------------------------------------------------- diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am index 86351f4..92ec2ff 100644 --- a/share/doc/build/Makefile.am +++ b/share/doc/build/Makefile.am @@ -450,6 +450,7 @@ src_files_html = \ ../templates/layout.html \ ../templates/help.html \ ../templates/searchbox.html \ + ../templates/tracing.html \ ../templates/utilities.html sphinx_extensions = \ http://git-wip-us.apache.org/repos/asf/couchdb/blob/31431fad/src/Makefile.am ---------------------------------------------------------------------- diff --git a/src/Makefile.am b/src/Makefile.am index c574c6e..a17674c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -326,12 +326,14 @@ FAUXTON_FILES = \ fauxton/assets/less/variables.less \ fauxton/bin/grunt \ fauxton/couchapp.js \ + fauxton/extensions.md \ fauxton/favicon.ico \ fauxton/Gruntfile.js \ fauxton/index.html \ fauxton/package.json \ fauxton/readme.md \ fauxton/settings.json.default \ + fauxton/settings.json.dev \ fauxton/settings.json.sample_external \ fauxton/tasks/addon/rename.json \ fauxton/tasks/addon/root/base.js.underscore \ http://git-wip-us.apache.org/repos/asf/couchdb/blob/31431fad/test/etap/Makefile.am ---------------------------------------------------------------------- diff --git a/test/etap/Makefile.am b/test/etap/Makefile.am index 66048a9..c9778ca 100644 --- a/test/etap/Makefile.am +++ b/test/etap/Makefile.am @@ -50,6 +50,7 @@ tap_files = \ 041-uuid-gen-utc.ini \ 041-uuid-gen.t \ 042-work-queue.t \ + 043-find-in-binary.t \ 050-stream.t \ 060-kt-merging.t \ 061-kt-missing-leaves.t \