Long story short, we would rather have install_all_locales fail loudly
than silently wipe out fr-CA.
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_1@19669
dcc99617-32d9-48b4-a31d-
7c20da2025e4
cp $(PROJECT)/$(LOCALE)/TranslatorPopup.js $(DOJO_WIDGET_SRC)/$(DOJO_LOCALE)/TranslatorPopup.js
cp $(PROJECT)/$(LOCALE)/XULTermLoader.js $(DOJO_WIDGET_SRC)/$(DOJO_LOCALE)/XULTermLoader.js
-install_all_locales: newpo newpot
+install_all_locales: newpot
for i in `ls po/*/*po|grep -v en-US | cut -f3 -d'/' | cut -f1 -d. | sort | uniq`; \
do \
make LOCALE=$$i install; \