Backed out changeset d91108089272 (bug 1407374)

This commit is contained in:
Sebastian Hengst 2017-11-17 17:56:09 +02:00
Родитель f5ad53fef0
Коммит 8f1cac6216
2 изменённых файлов: 7 добавлений и 4 удалений

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

@ -0,0 +1,7 @@
# 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,7 +4,3 @@
# 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',
]