From 2b708f795f523ed637af41d40fcb015236d3dfae Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 12 Jun 2009 20:03:19 +0000 Subject: [PATCH] make it so 'bundle' must be targeted specifically, otherwise folks might accidentally include build.tar if they package the client into an installer. It's a dev convenience thing for me git-svn-id: svn://svn.open-ils.org/ILS/trunk@13381 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/Makefile.am b/Open-ILS/xul/staff_client/Makefile.am index 8c132d8fdc..fe1aac9a6b 100644 --- a/Open-ILS/xul/staff_client/Makefile.am +++ b/Open-ILS/xul/staff_client/Makefile.am @@ -10,7 +10,7 @@ SKIN_CSS = $$(ls -1 server/skin/*css | sed -e "s/.css/_custom.css/") install-exec-local: build -build: build_dir chrome2remote localize_manifest generated custom_skins open-ils stamp bundle +build: build_dir chrome2remote localize_manifest generated custom_skins open-ils stamp @echo To test the staff client: @echo " cd build/" @echo " xulrunner application.ini" -- 2.43.2