Mercurial > google_bookmarks_incsearch
comparison Makefile @ 3:bf05d0b412c1
rename app name as upstream
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Sat, 23 May 2009 10:54:51 +0900 |
parents | c47ec96326ad |
children | a56fc1ec8be5 |
comparison
equal
deleted
inserted
replaced
2:3887e7b8fa54 | 3:bf05d0b412c1 |
---|---|
1 app=googlebookmarks_incsearch | 1 app=google_bookmarks_incsearch |
2 vers=_2_0_0 | 2 vers=_2_0_0 |
3 | 3 |
4 all: | 4 all: |
5 cd chrome; zip -r $(app).jar content skin | 5 cd chrome; zip -r $(app).jar content skin |
6 zip -r $(app)$(vers).xpi chrome/$(app).jar chrome.manifest install.rdf | 6 zip -r $(app)$(vers).xpi chrome/$(app).jar chrome.manifest install.rdf |