mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
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:
parent
b589758aab
commit
fd96776cb6
@ -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
|
@ -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',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user