[open-ils-commits] r11074 - branches/rel_1_4/build/i18n
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Nov 5 23:28:44 EST 2008
Author: dbs
Date: 2008-11-05 23:28:42 -0500 (Wed, 05 Nov 2008)
New Revision: 11074
Modified:
branches/rel_1_4/build/i18n/Makefile
Log:
Cover the case where the en-US locale has not been installed and explicitly create the directory
Modified: branches/rel_1_4/build/i18n/Makefile
===================================================================
--- branches/rel_1_4/build/i18n/Makefile 2008-11-06 03:59:27 UTC (rev 11073)
+++ branches/rel_1_4/build/i18n/Makefile 2008-11-06 04:28:42 UTC (rev 11074)
@@ -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