☠☠ backed out by 53047a13f6ea ☠ ☠ | |
author | Ted Mielczarek <ted@mielczarek.org> |
Mon, 13 Nov 2017 15:45:12 -0500 | |
changeset 392362 | d9110808927225f45a7667f5048e6b2dfd2f2242 |
parent 392361 | 0e485a8fdc3f45ae4cdad75e010765fb48aa20c4 |
child 392363 | e6be8071c22b8f94b65e2d70ea03832d85eca237 |
push id | 97452 |
push user | tmielczarek@mozilla.com |
push date | Fri, 17 Nov 2017 13:20:07 +0000 |
treeherder | mozilla-inbound@d91108089272 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | nalexander |
bugs | 1407374 |
milestone | 59.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
extensions/spellcheck/locales/Makefile.in | file | annotate | diff | comparison | revisions | |
extensions/spellcheck/locales/moz.build | file | annotate | diff | comparison | revisions |
deleted file mode 100644 --- a/extensions/spellcheck/locales/Makefile.in +++ /dev/null @@ -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
--- a/extensions/spellcheck/locales/moz.build +++ b/extensions/spellcheck/locales/moz.build @@ -1,6 +1,10 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # 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/. +LOCALIZED_FILES.dictionaries += [ + 'en-US/hunspell/*.aff', + 'en-US/hunspell/*.dic', +]