diff options
author | drebs <drebs@leap.se> | 2014-01-06 14:57:31 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2014-01-06 14:57:31 -0200 |
commit | 10a255d318d3126cbd10fe1b0c8284a223850603 (patch) | |
tree | b003fb627b78510687add199d454afd23b565303 | |
parent | 9f5d0fbc6fd01ec610ba5353e9e99c4419685b45 (diff) | |
parent | b5945ca733c218da29b04bbe88c0f5b33ff385de (diff) |
Merge remote-tracking branch 'remotes/kalikaneko/bug/include_properties' into develop
-rwxr-xr-x | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -33,6 +33,13 @@ endif endif endif +XPI_CONTENTS:=$(shell find chrome -name "*.html" -o -name "*.xhtml" -o -name "*.css" -o -name "*.png" -o -name "*.gif" -o -name "*.js" -o -name "*.jsm" -o -name "*.dtd" -o -name "*.xul" -o -name "messages" -o -name "*.properties") chrome.manifest install.rdf COPYING + +bitmask.xpi: $(XPI_CONTENTS) + zip $@ $(XPI_CONTENTS) + +xpi_release: + ln -s $(XPINAME) $(PKGNAME) # main rule all: clean $(TARGET) |