From f77f62e5c5ec967821b793833c018b2627371008 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Wed, 21 Nov 2012 10:28:54 +0900 Subject: [PATCH] add new Makefile --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7716a544..df9d9691 100644 --- a/Makefile +++ b/Makefile @@ -2,16 +2,19 @@ PACKAGE_NAME = treestyletab all: xpi -xpi: +xpi: buildscript/makexpi.sh cp buildscript/makexpi.sh ./ rm chrome.manifest cp jar-chrome.manifest chrome.manifest ./makexpi.sh -n $(PACKAGE_NAME) rm ./makexpi.sh -omnixpi: +omnixpi: buildscript/makexpi.sh cp buildscript/makexpi.sh ./ rm chrome.manifest cp omnixpi-chrome.manifest chrome.manifest ./makexpi.sh -n $(PACKAGE_NAME) rm ./makexpi.sh -o + +buildscript/makexpi.sh: + git submodule update --init