~ubuntu-branches/ubuntu/natty/notify-extension/natty

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2009-10-02 15:22:32 UTC
  • Revision ID: james.westby@ubuntu.com-20091002152232-q1kb4gn3skaz3s1k
Tags: upstream-1.5.4
ImportĀ upstreamĀ versionĀ 1.5.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package: logo
 
2
        (cd src && find . \( -iname "*.pyc" -or -iname ".*.swp" \) -delete && \
 
3
        zip -r ../FirefoxNotify-nightly.xpi chrome chrome.manifest defaults/ install.rdf)
 
4
 
 
5
logo: src/chrome/content/logo.png
 
6
 
 
7
src/chrome/content/logo.png: logo.svg
 
8
        rsvg-convert logo.svg -o src/chrome/content/logo.png --width=32 --keep-aspect-ratio --format=png
 
9
 
 
10
.PHONY: package clean
 
11
clean:
 
12
        rm -f FirefoxNotify-nightly.zip