diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-06-27 21:57:17 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-06-27 21:57:17 +0300 |
commit | 87c5dd64ab96141a33bf488e488ff0de13b8c5d5 (patch) | |
tree | ce0e6b11ac811d0fdc8f68ad669b41f98c13a659 /application/palemoon/locales/Makefile.in | |
parent | 9168a0fc95f523c7c852ca95969edb39069f4a03 (diff) | |
download | UXP-87c5dd64ab96141a33bf488e488ff0de13b8c5d5.tar UXP-87c5dd64ab96141a33bf488e488ff0de13b8c5d5.tar.gz UXP-87c5dd64ab96141a33bf488e488ff0de13b8c5d5.tar.lz UXP-87c5dd64ab96141a33bf488e488ff0de13b8c5d5.tar.xz UXP-87c5dd64ab96141a33bf488e488ff0de13b8c5d5.zip |
[PALEMOON] Include devtools/client when building language packs
Diffstat (limited to 'application/palemoon/locales/Makefile.in')
-rw-r--r-- | application/palemoon/locales/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/palemoon/locales/Makefile.in b/application/palemoon/locales/Makefile.in index 5720a76df..004905724 100644 --- a/application/palemoon/locales/Makefile.in +++ b/application/palemoon/locales/Makefile.in @@ -124,6 +124,7 @@ libs-%: @$(MAKE) -C ../../../services/sync/locales AB_CD=$* XPI_NAME=locale-$* @$(MAKE) -C ../../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$* @$(MAKE) -C ../../../intl/locales AB_CD=$* XPI_NAME=locale-$* + @$(MAKE) -C ../../../devtools/client/locales AB_CD=$* XPI_NAME=locale-$* @$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=$(PREF_DIR) @$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$* |