From d7e0687f4ecd82af8f2cf25d6a0ba676ee051e23 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Thu, 10 Apr 2008 10:27:56 +0000 Subject: 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 --- share/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share/Makefile.am') 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 \ -- cgit v1.2.3