summaryrefslogtreecommitdiff
path: root/share/Makefile.am
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2008-04-10 10:27:56 +0000
committerChristopher Lenz <cmlenz@apache.org>2008-04-10 10:27:56 +0000
commitd7e0687f4ecd82af8f2cf25d6a0ba676ee051e23 (patch)
treee3fbbb221d880468b2de1acab30183409b9e57e9 /share/Makefile.am
parenta95cb866043f25f09b40ec95140f16eb69d0adb1 (diff)
Add DB compaction button to Futon. Closes COUCHDB-38. Thanks to Jim Lindley for the patch!
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@646734 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/Makefile.am')
-rw-r--r--share/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/Makefile.am b/share/Makefile.am
index d8af5b3e..fd4eff0e 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -14,6 +14,7 @@ datarootdir = @prefix@/share
nobase_dist_pkgdata_DATA = \
server/main.js \
+ www/browse/_compact_database.html \
www/browse/_create_database.html \
www/browse/_create_document.html \
www/browse/_delete_database.html \
@@ -28,6 +29,7 @@ nobase_dist_pkgdata_DATA = \
www/image/apply.gif \
www/image/bg.png \
www/image/cancel.gif \
+ www/image/compact.gif \
www/image/delete-mini.gif \
www/image/delete.gif \
www/image/grippie.gif \