aboutsummaryrefslogtreecommitdiffstats
path: root/xul-ext/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xul-ext/Makefile')
-rw-r--r--xul-ext/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/xul-ext/Makefile b/xul-ext/Makefile
index d44f648..aa2eff2 100644
--- a/xul-ext/Makefile
+++ b/xul-ext/Makefile
@@ -1,8 +1,6 @@
-XPI_NAME:=$(shell sed -nr '/.*<em:id>([^<]+)<\/em:id>.*/ {s//..\/\1.xpi/p;q}' install.rdf)
+all: ../icevault.xpi
-all: $(XPI_NAME)
-
-$(XPI_NAME): chrome.manifest install.rdf COPYING $(shell find chrome/ -type f)
+%.xpi: chrome.manifest install.rdf COPYING $(shell find chrome/ -type f)
zip $@ $^
clean: