[Opensrf-commits] r1115 - trunk
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Oct 25 12:04:32 EDT 2007
Author: dbs
Date: 2007-10-25 11:50:39 -0400 (Thu, 25 Oct 2007)
New Revision: 1115
Modified:
trunk/Makefile
Log:
Add a top-level javascript-install target
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2007-10-25 12:20:16 UTC (rev 1114)
+++ trunk/Makefile 2007-10-25 15:50:39 UTC (rev 1115)
@@ -14,6 +14,9 @@
jserver-install:
source install.conf && make -s -C src jserver-install
+javascript-install:
+ source install.conf && make -s -C src javascript-install
+
clean:
make -s -C src clean
More information about the opensrf-commits
mailing list