no bug - Bumping Thunderbird l10n changesets r=release a=l10n-bump DONTBUILD
be -> e407a486e3cc06249e0fc21eabdb0cf52e46f61c
de -> 720d9d50fc95478f942d500e1d85f5eb8a2b523f
dsb -> f097dd2ed41078942cb4b40686bb31537deb44dc
es-AR -> aaceeb8b92381bab271f09ca0fe5f09170652548
fr -> 0ca8f355e42e8140a71b61fc65729d902a4d6fe8
hsb -> d67d80c66eea02d42250ffd23ecb8fa7a04cee0d
hu -> cf53c315551dca84769ac58367f6e3e75c06016f
it -> d2b0bde5823688eda8cc32061ea21caca6f2626d
ja -> f686d51ba8bc79cc9fc90de68e48c6061605ab6b
ja-JP-mac -> 0de19509536d25f15c1f3198c7c2d9b165a19ba4
lt -> 36e513cda58d2e3252de8ae1d8110e0d08678863
nb-NO -> 01c41c467ea1dd5094292cd218fa5a201b2f2003
nn-NO -> 2deef4767145e6f8d34613da7cdd7b7b2205976e
rm -> 7eae4330ea55ec80aed8df818fef2d864d2df012
ru -> 8166a94d307f39b31f69945686e10c971401ba66
sr -> 234ab3fee0daf6f198a7c454582507fe5a6627e7
sv-SE -> f97e065bc94f7bb7cf681b1064079d16f3310846
uk -> 69a1d09a2507bba69c4daf61159b0a8ddde0a177
zh-TW -> cb322ea8c220de12267987f22c2e1b4bd0318697
# 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/.
CONFIGURE_SUBST_FILES += ["installer/Makefile"]
DIRS += [
"base",
"browser",
"components",
"extensions",
"locales",
"mailnews",
"modules",
"themes/classic",
"themes/modern",
"security",
"../common",
]
if CONFIG["MAKENSISU"]:
DIRS += ["installer/windows"]
if CONFIG["MOZ_BUNDLED_FONTS"]:
DIRS += ["/browser/fonts"]
# app is always last as it packages up the built files on mac.
DIRS += [
"app",
]