treestyletab/Makefile

21 lines
513 B
Makefile
Raw Normal View History

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