aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b6e5cea..5905c40 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,8 @@
# 2) It gives some flexibility in that files can be created or deleted
# freely as long as they are not part of any of these lists
+DIST := dist/
+
ROOTMETA := bootstrap.js install.rdf chrome.manifest icon.png \
LICENSE.txt options.xul
@@ -147,6 +149,7 @@ all: eMatrix.xpi
eMatrix.xpi: $(ROOT) $(ASSETS) $(CSS) $(IMG) $(LIB) $(LOCALE) $(JS)
@zip -r $@ $^
+ @mv eMatrix.xpi $(DIST)
.PHONY: clean