From: phasefx Date: Fri, 12 Jun 2009 20:03:19 +0000 (+0000) Subject: make it so 'bundle' must be targeted specifically, otherwise folks might accidentally... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2b708f795f523ed637af41d40fcb015236d3dfae;p=Evergreen.git 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 --- 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"