source: npl/mailserver/dspam/dspam-3.10.2/contrib/plugins/thunderbird/Makefile

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 309 bytes
RevLine 
[c5c522c]1../dspam-thunderbird-extension.xpi: chrome/dspam.jar
2        zip ../dspam-thunderbird-extension.xpi * chrome/dspam.jar -x Makefile -x README -x TODO
3        rm chrome/dspam.jar
4
5chrome/dspam.jar:
6        cd chrome && zip -r dspam.jar content locale skin && cd ..
7
8clean:
9        rm -f ../dspam-thunderbird-extension.xpi chrome/dspam.jar
Note: See TracBrowser for help on using the repository browser.