diff options
author | Alexander Sack <asac@jwsdot.com> | 2008-02-29 14:45:55 +0100 |
---|---|---|
committer | Alexander Sack <asac@jwsdot.com> | 2008-02-29 14:45:55 +0100 |
commit | dfc3b991dbbcd79c1c1b15e440b7593d6b558574 (patch) | |
tree | 9a7b7b196282ade9242a9350efd9d969863af929 /src | |
parent | e6929f049562ef917e93f8767e50b3e3c7abc231 (diff) |
* initial cdbs hooks for lp-locale-export.mk. produce translation .xpi at binary-post-install::
stage and use clean:: to wipe the OUTDIR
- update src/lp-locale-export.mk
* update changelog documentation
- update debian/changelog
Diffstat (limited to 'src')
-rw-r--r-- | src/lp-locale-export.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lp-locale-export.mk b/src/lp-locale-export.mk index 20a6806..de85f9c 100644 --- a/src/lp-locale-export.mk +++ b/src/lp-locale-export.mk @@ -105,4 +105,9 @@ auto-locale-xpi.mk/clean: # ---- hook in cdbs +# run this in binary-post-install +binary-post-install/%:: auto-locale-xpi.mk/translate + +clean:: + rm -rf $(MOZ_TRANSLATION_AUTO_XPI_OUTDIR)/ |