Bug 343146 - pull and build l10n dictionaries, r=preed

This commit is contained in:
benjamin%smedbergs.us 2006-07-27 04:04:58 +00:00
Родитель 6438bc3b84
Коммит 53d439ff5b
3 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -154,6 +154,7 @@ endif
libs-%:
@$(MAKE) -C ../../toolkit/locales libs-$*
@$(MAKE) -C ../../extensions/reporter/locales libs AB_CD=$* XPI_NAME=locale-$*
@$(MAKE) -C ../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$*
@$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=defaults/pref
ifdef MOZ_BRANDING_DIRECTORY
@$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$*
@ -218,8 +219,9 @@ repackage-zip: $(ZIP_IN)
$(RM) $(STAGEDIST)/chrome/en-US.jar \
$(STAGEDIST)/chrome/en-US.manifest \
$(STAGEDIST)/defaults/pref/firefox-l10n.js
$(RM) -r $(STAGEDIST)/searchplugins \
$(RM) -r $(STAGEDIST)/microsummary-generators \
$(STAGEDIST)/searchplugins \
$(STAGEDIST)/dictionaries \
$(STAGEDIST)/defaults/profile \
$(STAGEDIST)/chrome/en-US
$(RM) -rf $(DIST)/xpi-stage/locale-$(AB_CD)

Просмотреть файл

@ -255,6 +255,7 @@ LOCALES_browser := \
$(LOCALES_toolkit) \
browser \
extensions/reporter \
extensions/spellcheck \
other-licenses/branding/firefox \
$(NULL)
@ -294,6 +295,7 @@ LOCALES_mail := \
mail \
other-licenses/branding/thunderbird \
editor/ui \
extensions/spellcheck \
$(NULL)
BOOTSTRAP_mail := \

Просмотреть файл

@ -159,6 +159,7 @@ repackage-zip: $(ZIP_IN)
$(STAGEDIST)/chrome/en-US.manifest \
$(STAGEDIST)/defaults/pref/all-l10n.js
$(RM) -r $(STAGEDIST)/searchplugins \
$(STAGEDIST)/dictionaries \
$(STAGEDIST)/chrome/en-US
$(RM) -rf $(DIST)/xpi-stage/locale-$(AB_CD)
$(MAKE) libs-$(AB_CD)