diff options
author | Christopher Lenz <cmlenz@apache.org> | 2008-08-31 08:59:00 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2008-08-31 08:59:00 +0000 |
commit | ac4075a7987dc43aadeb18a94e07f090d1b77546 (patch) | |
tree | 21b5e6fc92d17bbf42c456e13097dafb754a3394 /share | |
parent | 1d006aa6d12601e7e560d220e3c3e5c4c4a06c93 (diff) |
Register files added for futon uploads with the Makefile.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@690660 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r-- | share/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/Makefile.am b/share/Makefile.am index e98526a9..99f19155 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -18,6 +18,7 @@ nobase_dist_localdata_DATA = \ www/browse/_delete_database.html \ www/browse/_delete_document.html \ www/browse/_save_view_as.html \ + www/browse/_upload_attachment.html \ www/browse/database.html \ www/browse/document.html \ www/browse/index.html \ @@ -59,6 +60,7 @@ nobase_dist_localdata_DATA = \ www/script/jquery.cookies.js \ www/script/jquery.couch.js \ www/script/jquery.dialog.js \ + www/script/jquery.form.js \ www/script/jquery.resizer.js \ www/script/jquery.suggest.js \ www/script/json2.js \ |