~click2dial-extension-devteam/click2dial-firefox-extension/2.0

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jonathan SEMCZYK
  • Date: 2010-06-09 09:14:59 UTC
  • Revision ID: jsemczyk@acipia.fr-20100609091459-zzax52s99ex7b7fs
1.4pre3 version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
 
2
VER=`cat install.rdf |grep "em:version="|awk -F'"' '{print $$2}'`
 
3
 
2
4
asterisk-ext:
3
 
        rm -f asterisk-ext.xpi
4
 
        zip -r asterisk-ext.xpi . -x@excluded.files
5
 
        rm -f asterisk-ext.xpi.asc
6
 
        gpg --armor --sign --detach-sig asterisk-ext.xpi
 
5
        rm -f asterisk-ext-${VER}.xpi
 
6
        zip -r asterisk-ext-${VER}.xpi . -x@excluded.files
 
7
        rm -f asterisk-ext-${VER}.xpi.asc
 
8
        gpg --armor --sign --detach-sig asterisk-ext-${VER}.xpi
7
9
 
8
10
pot:
9
11
        moz2po -P chrome/locale/en-US pot