File: Makefile

package info (click to toggle)
notify-extension 1.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 128 kB
  • ctags: 23
  • sloc: python: 100; makefile: 14
file content (12 lines) | stat: -rw-r--r-- 405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
package: logo
	(cd src && find . \( -iname "*.pyc" -or -iname ".*.swp" \) -delete && \
	zip -r ../FirefoxNotify-nightly.xpi chrome chrome.manifest defaults/ install.rdf)

logo: src/chrome/content/logo.png

src/chrome/content/logo.png: logo.svg
	rsvg-convert logo.svg -o src/chrome/content/logo.png --width=32 --keep-aspect-ratio --format=png

.PHONY: package clean
clean:
	rm -f FirefoxNotify-nightly.zip