diff options
author | Jan Lehnardt <jan@apache.org> | 2008-09-16 21:33:25 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2008-09-16 21:33:25 +0000 |
commit | 6fdd41ca8821d7ba3697edbd6e26cb5a80cabf34 (patch) | |
tree | f65ee340d28eab6b58bcd95cb151a91e66322139 | |
parent | 70155ce87a85a5b70a225f350863e7ed50097345 (diff) |
Install the new config page in Futon.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@696071 13f79535-47bb-0310-9956-ffa450edef68
-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 99f19155..4c280fc3 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -52,6 +52,7 @@ nobase_dist_localdata_DATA = \ www/image/toggle-expand.gif \ www/image/twisty.gif \ www/index.html \ + www/config.html \ www/replicator.html \ www/script/browse.js \ www/script/couch.js \ |