Skip to content

Commit

Permalink
Create XPI without jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Dec 29, 2012
1 parent 6ed9e26 commit 7cb71a7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 76 deletions.
11 changes: 1 addition & 10 deletions Makefile
Expand Up @@ -4,17 +4,8 @@ all: xpi

xpi: buildscript/makexpi.sh
cp buildscript/makexpi.sh ./
if [ -f chrome.manifest ]; then rm chrome.manifest; fi
cp jar-chrome.manifest chrome.manifest
./makexpi.sh -n $(PACKAGE_NAME)
./makexpi.sh -n $(PACKAGE_NAME) -o
rm ./makexpi.sh

omnixpi: buildscript/makexpi.sh
cp buildscript/makexpi.sh ./
if [ -f chrome.manifest ]; then rm chrome.manifest; fi
cp omnixpi-chrome.manifest chrome.manifest
./makexpi.sh -n $(PACKAGE_NAME)
rm ./makexpi.sh -o

buildscript/makexpi.sh:
git submodule update --init
File renamed without changes.
64 changes: 0 additions & 64 deletions jar-chrome.manifest

This file was deleted.

3 changes: 1 addition & 2 deletions make.sh
@@ -1,7 +1,6 @@
#!/bin/sh

cp buildscript/makexpi.sh ./
cp jar-chrome.manifest chrome.manifest
./makexpi.sh -n treestyletab
./makexpi.sh -n treestyletab -o
rm ./makexpi.sh

0 comments on commit 7cb71a7

Please sign in to comment.