mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
[PALEMOON] Include devtools/client/locales conditionally
This commit is contained in:
parent
a1389d5c14
commit
3291587c08
1 changed files with 2 additions and 0 deletions
|
|
@ -124,7 +124,9 @@ 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-$*
|
||||
ifdef MOZ_DEVTOOLS
|
||||
@$(MAKE) -C ../../../devtools/client/locales AB_CD=$* XPI_NAME=locale-$*
|
||||
endif
|
||||
@$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=$(PREF_DIR)
|
||||
@$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue