diff options
author | Jesse Jaggars <jjaggars@redhat.com> | 2012-02-06 10:29:48 -0600 |
---|---|---|
committer | Jesse Jaggars <jjaggars@redhat.com> | 2012-02-06 10:29:48 -0600 |
commit | 9046f1851cbcff30c1684b6a60d87ac1d0e33789 (patch) | |
tree | b21a986f9a05e27da0820270d87b78eb210050da /Makefile | |
parent | d3af119863bd525e085495d01d329dd4384275cd (diff) | |
download | sos-9046f1851cbcff30c1684b6a60d87ac1d0e33789.tar.gz |
Renaming eap6 plugin to as7
adding deployed archive listing to as7 plugin
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |