From 9046f1851cbcff30c1684b6a60d87ac1d0e33789 Mon Sep 17 00:00:00 2001 From: Jesse Jaggars Date: Mon, 6 Feb 2012 10:29:48 -0600 Subject: Renaming eap6 plugin to as7 adding deployed archive listing to as7 plugin --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit