summaryrefslogtreecommitdiff
path: root/share/Makefile.am
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2009-01-08 10:19:20 +0000
committerChristopher Lenz <cmlenz@apache.org>2009-01-08 10:19:20 +0000
commit539a418b1d7bfbffdcb377a7a9a43fd1a3753b6a (patch)
tree61e3563b03327c5157bf0b502a92cb96d992ad33 /share/Makefile.am
parent2408beee6fbef4acbae40e7fa6de98a0c35a53ed (diff)
Get rid of the iframe structure in Futon to allow easy bookmarking, reloading and back/forward button support across all browsers. Resolves COUCHDB-186 and COUCHDB-56.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@732675 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/Makefile.am')
-rw-r--r--share/Makefile.am20
1 files changed, 10 insertions, 10 deletions
diff --git a/share/Makefile.am b/share/Makefile.am
index bf3b074b..b2bba8f5 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -12,16 +12,13 @@
nobase_dist_localdata_DATA = \
server/main.js \
- www/browse/_compact_database.html \
- www/browse/_create_database.html \
- www/browse/_create_document.html \
- 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 \
+ www/dialog/_compact_database.html \
+ www/dialog/_create_database.html \
+ www/dialog/_create_document.html \
+ www/dialog/_delete_database.html \
+ www/dialog/_delete_document.html \
+ www/dialog/_save_view_as.html \
+ www/dialog/_upload_attachment.html \
www/couch_tests.html \
www/favicon.ico \
www/image/add.gif \
@@ -51,8 +48,11 @@ nobase_dist_localdata_DATA = \
www/image/toggle-collapse.gif \
www/image/toggle-expand.gif \
www/image/twisty.gif \
+ www/_sidebar.html \
www/index.html \
www/config.html \
+ www/database.html \
+ www/document.html \
www/replicator.html \
www/script/browse.js \
www/script/couch.js \