aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Jaggars <jhjaggars@gmail.com>2012-01-31 09:26:07 -0600
committerJesse Jaggars <jhjaggars@gmail.com>2012-01-31 09:26:07 -0600
commit3c92fafcd56108e9f7da1d147412e33a154fe366 (patch)
treea653ac6dd5798bbfcf7b6b968aa0125214f01cb8
parenta698f42b93f7469cdf2b0f69b92a725e9a70f804 (diff)
downloadsos-3c92fafcd56108e9f7da1d147412e33a154fe366.tar.gz
Prepending .properties i18n files with sos_
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d6cbf29..cfd1cb82 100644
--- a/Makefile
+++ b/Makefile
@@ -79,10 +79,11 @@ gpgkey:
po: clean
mkdir -p $(PO_DIR)
for po in `ls po/*.po`; do \
- $(MSGCAT) -p -o $(PO_DIR)/$$(basename $$po | awk -F. '{print $$1}').properties $$po; \
+ $(MSGCAT) -p -o $(PO_DIR)/sos_$$(basename $$po | awk -F. '{print $$1}').properties $$po; \
done; \
cp $(PO_DIR)/en.properties $(PO_DIR)/en_US.properties
+ cp $(PO_DIR)/en.properties $(PO_DIR)/sos.properties
as7: po
cp -r sos/* $(SRC_BUILD)/sos/