[open-ils-commits] r11076 - trunk/build/i18n
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Nov 5 23:40:20 EST 2008
Author: dbs
Date: 2008-11-05 23:40:18 -0500 (Wed, 05 Nov 2008)
New Revision: 11076
Modified:
trunk/build/i18n/Makefile
Log:
Merge r11074 from rel_1_4: Cover the case where the en-US locale has not been installed and explicitly create the directory
Modified: trunk/build/i18n/Makefile
===================================================================
--- trunk/build/i18n/Makefile 2008-11-06 04:37:48 UTC (rev 11075)
+++ trunk/build/i18n/Makefile 2008-11-06 04:40:18 UTC (rev 11076)
@@ -133,6 +133,7 @@
# Generate en-US DTD from a POT file; required if any other locale is installed
fmidlpo2entity-en:
+ mkdir -p $(PROJECT)/en-US
@scripts/fieldmapper.py --entity $(POINDIR)/en-US/$(FMIDLOUT) --output $(PROJECT)/en-US/$(FMIDLENTITY)
cp $(PROJECT)/en-US/$(FMIDLENTITY) $(DTDDIR)/en-US/
More information about the open-ils-commits
mailing list