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:
bsmedberg%covad.net 2005-10-26 18:18:47 +00:00
parent 857265c673
commit 814f2de6a1
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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-$*