diff options
author | Christopher Lenz <cmlenz@apache.org> | 2009-01-26 20:44:04 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2009-01-26 20:44:04 +0000 |
commit | e86159c4907c045ce72782e3ac37628242395137 (patch) | |
tree | 178d51100b13edf7aa58a88363f1732e8507d0da /share | |
parent | 7d2eeb4026f84d92e43856080ac3dbad6da41817 (diff) |
Add new status.html file in Futon (added in r737829) to build.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@737830 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r-- | share/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/Makefile.am b/share/Makefile.am index 4e9b96a4..63129867 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -55,6 +55,7 @@ nobase_dist_localdata_DATA = \ www/database.html \ www/document.html \ www/replicator.html \ + www/status.html \ www/script/couch.js \ www/script/couch_tests.js \ www/script/couch_test_runner.js \ |