make install does the right thing
authorKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 4 Apr 2013 19:35:42 +0000 (12:35 -0700)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 4 Apr 2013 19:35:42 +0000 (12:35 -0700)
Makefile

index ab3c67f..69f8b75 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,19 +18,19 @@ all:
 widget:
        zip -r $(PKG_NAME).wgt $(FILES) assets
 
-install_widget:
+install:
        @echo "installing wgt widget file"
        mkdir -p $(INSTALL_DIR)/
        cp $(PKG_NAME).wgt $(INSTALL_DIR)/
 
-install:
-       mkdir -p $(INSTALL_DIR)/
-       cp -a assets $(INSTALL_DIR)/
-       cp $(FILES) $(INSTALL_DIR)/
-       mkdir -p $(DESKTOP_DIR)/
-       cp $(PROJECT).desktop $(DESKTOP_DIR)/
-       mkdir -p $(ICON_DIR)/
-       cp $(PROJECT).png $(ICON_DIR)/$(PROJECT).png
+#install:
+#      mkdir -p $(INSTALL_DIR)/
+#      cp -a assets $(INSTALL_DIR)/
+#      cp $(FILES) $(INSTALL_DIR)/
+#      mkdir -p $(DESKTOP_DIR)/
+#      cp $(PROJECT).desktop $(DESKTOP_DIR)/
+#      mkdir -p $(ICON_DIR)/
+#      cp $(PROJECT).png $(ICON_DIR)/$(PROJECT).png
 
 spec: 
        specify $<