[open-ils-commits] r13546 - trunk/build/i18n (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jul 8 22:54:37 EDT 2009


Author: dbs
Date: 2009-07-08 22:54:35 -0400 (Wed, 08 Jul 2009)
New Revision: 13546

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

Modified: trunk/build/i18n/Makefile
===================================================================
--- trunk/build/i18n/Makefile	2009-07-09 02:15:37 UTC (rev 13545)
+++ trunk/build/i18n/Makefile	2009-07-09 02:54:35 UTC (rev 13546)
@@ -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