From b5945ca733c218da29b04bbe88c0f5b33ff385de Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 3 Jan 2014 14:53:50 -0400 Subject: add properties files to xpi files This is a merge from the Makefile in the debian branch. bitmask.xpi rule is the one expected/used by the debhelper. I think it was not correctly included or merged in a past pullreq. --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index d331e5b..ac87837 100755 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3