2012-10-31 22:02:45 -04:00
|
|
|
PACKAGE_NAME = treestyletab
|
|
|
|
|
|
|
|
all: xpi
|
|
|
|
|
2012-11-20 20:28:54 -05:00
|
|
|
xpi: buildscript/makexpi.sh
|
2012-10-31 22:02:45 -04:00
|
|
|
cp buildscript/makexpi.sh ./
|
2012-11-20 22:03:12 -05:00
|
|
|
if [ -f chrome.manifest ]; then rm chrome.manifest; fi
|
2012-10-31 22:02:45 -04:00
|
|
|
cp jar-chrome.manifest chrome.manifest
|
|
|
|
./makexpi.sh -n $(PACKAGE_NAME)
|
|
|
|
rm ./makexpi.sh
|
|
|
|
|
2012-11-20 20:28:54 -05:00
|
|
|
omnixpi: buildscript/makexpi.sh
|
2012-10-31 22:02:45 -04:00
|
|
|
cp buildscript/makexpi.sh ./
|
2012-11-20 22:03:12 -05:00
|
|
|
if [ -f chrome.manifest ]; then rm chrome.manifest; fi
|
2012-10-31 22:02:45 -04:00
|
|
|
cp omnixpi-chrome.manifest chrome.manifest
|
|
|
|
./makexpi.sh -n $(PACKAGE_NAME)
|
|
|
|
rm ./makexpi.sh -o
|
2012-11-20 20:28:54 -05:00
|
|
|
|
|
|
|
buildscript/makexpi.sh:
|
|
|
|
git submodule update --init
|