Bug 313889 - l10n repackaging doesn't repackage dictionaries properly r=chase
git-svn-id: svn://10.0.0.236/trunk@183066 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
857265c673
commit
814f2de6a1
@ -51,8 +51,8 @@ DICTIONARY_FILES = $(strip $(wildcard $(LOCALE_SRCDIR)/myspell/*.dic) $(wildcard
|
||||
|
||||
ifneq (,$(DICTIONARY_FILES))
|
||||
libs::
|
||||
$(INSTALL) $(DICTIONARY_FILES) $(DIST)/bin/components/myspell
|
||||
$(INSTALL) $(DICTIONARY_FILES) $(FINAL_TARGET)/components/myspell
|
||||
|
||||
install::
|
||||
$(SYSINSTALL) $(IFLAGS1) $(DICTIONARY_FILES) $(DESTDIR)$(mozappdir)/components/myspell
|
||||
endif
|
||||
endif
|
||||
|
||||
@ -90,6 +90,7 @@ libs:: $(addprefix $(LOCALE_SRCDIR)/,$(README_FILES))
|
||||
libs-%:
|
||||
@$(MAKE) -C ../../toolkit/locales libs-$*
|
||||
@$(MAKE) -C ../../editor/ui/locales 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-$*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user