[open-ils-commits] r13548 - branches/rel_1_6_0/build/i18n (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jul 8 22:55:52 EDT 2009


Author: dbs
Date: 2009-07-08 22:55:50 -0400 (Wed, 08 Jul 2009)
New Revision: 13548

Modified:
   branches/rel_1_6_0/build/i18n/Makefile
Log:
Merge r13546 from trunk: Need to generate the opac.js Dojo string file, too

Modified: branches/rel_1_6_0/build/i18n/Makefile
===================================================================
--- branches/rel_1_6_0/build/i18n/Makefile	2009-07-09 02:55:30 UTC (rev 13547)
+++ branches/rel_1_6_0/build/i18n/Makefile	2009-07-09 02:55:50 UTC (rev 13548)
@@ -89,6 +89,7 @@
 
 po2dojo:
 	@scripts/dojo_resource.py --create $(POINDIR)/$(LOCALE)/conify.js.po --output $(PROJECT)/$(LOCALE)/conify.js
+	@scripts/dojo_resource.py --create $(POINDIR)/$(LOCALE)/opac.js.po --output $(PROJECT)/$(LOCALE)/opac.js
 	@scripts/dojo_resource.py --create $(POINDIR)/$(LOCALE)/reports.js.po --output $(PROJECT)/$(LOCALE)/reports.js
 
 ils2pot:



More information about the open-ils-commits mailing list