Updating manifest to use xwalk_version instead of version - TC-1465
[profile/ivi/Modello_Hvac.git] / Makefile
index df7b9f1..4e5e48c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,18 +1,20 @@
-PROJECT = html5UIHvac
+PROJECT = Modello_Hvac
 
-VERSION := 0.0.1
+VERSION := 0.0.2
 PACKAGE = $(PROJECT)-$(VERSION)
 
 INSTALL_FILES = $(PROJECT).wgt
 INSTALL_DIR = ${DESTDIR}/opt/usr/apps/.preinstallWidgets
 
 wgtPkg:
-       zip -r $(PROJECT).wgt config.xml css icon.png index.html js
+       zip -r $(PROJECT).wgt config.xml css HVAC_icon.png index.html js
 
 install:
        @echo "Installing HVAC, stand by..."
        mkdir -p $(INSTALL_DIR)/
+       mkdir -p ${DESTDIR}/opt/usr/apps/_common/icons
        cp $(PROJECT).wgt $(INSTALL_DIR)/
+       cp HVAC_icon.png ${DESTDIR}/opt/usr/apps/_common/icons
 
 dist:
        tar czf ../$(PACKAGE).tar.bz2 .