[open-ils-commits] r17336 - trunk/Open-ILS/xul/staff_client (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Aug 25 12:38:08 EDT 2010
Author: phasefx
Date: 2010-08-25 12:38:04 -0400 (Wed, 25 Aug 2010)
New Revision: 17336
Modified:
trunk/Open-ILS/xul/staff_client/Makefile.am
Log:
tsbere to the rescue for the server-xul make target if in the staff client directory
Modified: trunk/Open-ILS/xul/staff_client/Makefile.am
===================================================================
--- trunk/Open-ILS/xul/staff_client/Makefile.am 2010-08-25 15:57:33 UTC (rev 17335)
+++ trunk/Open-ILS/xul/staff_client/Makefile.am 2010-08-25 16:38:04 UTC (rev 17336)
@@ -143,7 +143,10 @@
if [ ! -f "$$skin" ]; then ( touch build/"$$skin" ); fi \
done;
-server-xul: build
+needwebdir:
+ @if [ -z "$(WEBDIR)" ]; then echo "!!!--------!!!"; echo "WEBDIR is not set. Must use top level Makefile or set WEBDIR to use this target."; echo "!!!--------!!!"; exit 1; fi
+
+server-xul: needwebdir build
@echo $@
mkdir -p $(WEBDIR)
mkdir -p $(WEBDIR)/xul/
More information about the open-ils-commits
mailing list