]> git.ktnx.net Git - icedeb.git/blobdiff - Makefile
add Changes to the XPI
[icedeb.git] / Makefile
index 61187feff6fcd5e0e0ddf7e0e652b144b7b2effd..551c44a196f1c30d74cdc3b5f327ed78663d193a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,29 +1,13 @@
 #!/usr/bin/make -f
-# vim: noet ts=8 ft=makefile
+# vim: noet sts=8 sw=8 ts=8 ft=makefile
 
 PKG := icedeb
 
-ALL_FILES := README TODO install.rdf chrome.manifest \
-    $(shell find res -type f) $(shell find chrome -type f)
+ALL_FILES := README TODO Changes manifest.json \
+    icedeb.js icedeb.css icedeb.html icedeb-content.js \
+    $(shell find res -type f) icons/openlogo-nd.svg icons/icedeb-addon.svg
 
 all: $(PKG).xpi
 $(PKG).xpi: $(ALL_FILES)
        rm -f $@
        zip $@ $^
-
-XCF := res/button-bts.xcf
-
-chrome/content/icedeb-bts.png: $(XCF)
-       xcf2png -o "$@" "$<" "base" "bts small" "bts big"
-chrome/content/icedeb-buildd.png: $(XCF)
-       xcf2png -o "$@" "$<" "base" "buildd small" "buildd big"
-chrome/content/icedeb-ddpo.png: $(XCF)
-       xcf2png -o "$@" "$<" "base" "DD small" "DD big"
-chrome/content/icedeb-deb.png: $(XCF)
-       xcf2png -o "$@" "$<" "base" "deb small" "deb big"
-chrome/content/icedeb-ml.png: $(XCF)
-       xcf2png -o "$@" "$<" "base" "ML small" "ML big"
-chrome/content/icedeb-pts.png: $(XCF)
-       xcf2png -o "$@" "$<" "base" "pts small" "pts big"
-chrome/content/icedeb-security.png: $(XCF)
-       xcf2png -o "$@" "$<" "base" "security small" "security big"