bug 1407374 - move hunspell dictionary copying to LOCALIZED_FILES in moz.build. r=nalexander

MozReview-Commit-ID: 833pqKcr4T9

--HG--
extra : rebase_source : 55503dc46fe99cb0e5b9b07915e10e091d65d403
extra : source : d9110808927225f45a7667f5048e6b2dfd2f2242
This commit is contained in:
Ted Mielczarek 2017-11-13 15:45:12 -05:00
parent b589758aab
commit fd96776cb6
2 changed files with 4 additions and 7 deletions

View File

@ -1,7 +0,0 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DICTIONARY_FILES = $(strip $(wildcard $(LOCALE_SRCDIR)/hunspell/*.dic) $(wildcard $(LOCALE_SRCDIR)/hunspell/*.aff))
DICTIONARY_DEST = $(FINAL_TARGET)/dictionaries
INSTALL_TARGETS += DICTIONARY

View File

@ -4,3 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
LOCALIZED_FILES.dictionaries += [
'en-US/hunspell/*.aff',
'en-US/hunspell/*.dic',
]