aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Jaggars <jjaggars@redhat.com>2012-02-06 10:29:48 -0600
committerJesse Jaggars <jjaggars@redhat.com>2012-02-06 10:29:48 -0600
commit9046f1851cbcff30c1684b6a60d87ac1d0e33789 (patch)
treeb21a986f9a05e27da0820270d87b78eb210050da /Makefile
parentd3af119863bd525e085495d01d329dd4384275cd (diff)
downloadsos-9046f1851cbcff30c1684b6a60d87ac1d0e33789.tar.gz
Renaming eap6 plugin to as7
adding 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