summaryrefslogtreecommitdiff
path: root/src/xpi.mk
Commit message (Collapse)AuthorAge
* * [xpi] add support for xpi not located in the root directory. This is neededFabien Tassin2008-09-27
| | | | | for extensions built with xulapp.mk - update src/xpi.mk
* * In src/xpi.mk:Sasa Bodiroza2008-07-08
| | | | | | - Revert clean rule, removed in rev 158. - Change default build cmd to not remove xpi files, it is done in clean rule. - Use CURDIR instead of pwd in default build cmd. * Document in debian/changelog.
* * Add default build command to src/xpi.mk.Sasa Bodiroza2008-07-08
| | | * Document changes in debian/changelog, and README.
* * revert ~mt release accidentially committed (now again 0.5 + UNRELEASED)Alexander Sack2008-02-21
| | | | | | | | | | * introduce MOZ_XPI_MOZILLA_DIRS in xpi.mk with default values: "firefox-addons firefox" - update src/xpi.mk * cleanup some stamp- business - update src/xpi.mk * document in changelog - update debian/changelog
* * merge changes from .local development branchAlexander Sack2008-02-21
|\ | | | | - keep src/xpi.mk
| * * rename xpi.mk to xpi.mk.in to make build system happyAlexander Sack2008-02-21
|/ | | | | | - update debian/control * update changelog accordingly - update debian/changelog
* * add initial xpi makefile helper that tries to make extension packageAlexander Sack2008-02-19
maintenance as trivial as possible - add src/xpi.mk - update src/Makefile * document in changelog