aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjhjaggars <jhjaggars@gmail.com>2012-02-06 08:33:58 -0800
committerjhjaggars <jhjaggars@gmail.com>2012-02-06 08:33:58 -0800
commit1fdeee626a27a37cbf8e6408b186611932535212 (patch)
treeb21a986f9a05e27da0820270d87b78eb210050da /Makefile
parent6cc17fe29ea342110e627a741ef25dd3cbb7af03 (diff)
parent9046f1851cbcff30c1684b6a60d87ac1d0e33789 (diff)
downloadsos-1fdeee626a27a37cbf8e6408b186611932535212.tar.gz
Merge pull request #19 from jhjaggars/master
Rename eap6 to as7 and add deployed archive listing to as7 plugin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a4b8513f..1e1b249a 100644
--- a/Makefile
+++ b/Makefile
@@ -79,14 +79,15 @@ 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)/sos_en.properties $(PO_DIR)/sos_en_US.properties
+ cp $(PO_DIR)/sos_en.properties $(PO_DIR)/sos.properties
-eap6: po
+as7: po
cp -r sos/* $(SRC_BUILD)/sos/
- find $(SRC_BUILD)/sos/plugins/ -not -name "*eap6.py" -not -name "*__init__.py" -type f -delete
+ find $(SRC_BUILD)/sos/plugins/ -not -name "*as7.py" -not -name "*__init__.py" -type f -delete
zip: po
zip -r $(ZIP_DEST) sos