From 26f8c77b8f8c04e4fa394de45e82322e7781e9f3 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 18 Apr 2009 20:50:33 +0000 Subject: integrate main.js split-up into build system git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@766390 13f79535-47bb-0310-9956-ffa450edef68 --- share/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'share/Makefile.am') diff --git a/share/Makefile.am b/share/Makefile.am index fda01cdd..f3e1cbad 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -10,11 +10,16 @@ ## License for the specific language governing permissions and limitations ## under the License. +server/main.js: + server/mainjs.sh + +CLEANFILES = server/main.js + nobase_dist_localdata_DATA = \ server/main.js \ www/dialog/_compact_database.html \ - www/dialog/_create_database.html \ www/dialog/_create_document.html \ + www/dialog/_create_database.html \ www/dialog/_delete_database.html \ www/dialog/_delete_document.html \ www/dialog/_save_view_as.html \ -- cgit v1.2.3