no bug - Bumping Thunderbird l10n changesets r=release a=l10n-bump DONTBUILD
be -> 557345002d7209c6a5abc864c0c1b50b023c5a7a
br -> a87d196cd703011a8b9e8c482610be95d13b7fda
ca -> da58233969d1336f64abc0146cd0e87ab230d30a
da -> d6299f0d25c30071604b6c2b7f1f176953bdc735
de -> e81f704511f6ad9d38cfc625a7dec6dbb142a981
el -> 3510cc036ddc164cfcc264bb2f8f21c2b7d0f22b
es-AR -> 16f5f953c1c6301ca12a7505829a65776a9fcf2c
es-ES -> d334276187b04e5c065ff73a48c4f7ffac5e0046
et -> 3c0854788de39632c02c92250511bc67e531cc0c
kk -> aa3907698fdf494b70dbe4f192023cf6606f2eab
lt -> 562ff7d0d86e9dbd10f37577778b2cfb7942c7b1
nn-NO -> d09674c4e093d2885c5d941a9ecce176ca5c81b9
pt-PT -> 3eb643528ac23db40a0a36b0e0a5de15f6e280ff
ru -> 3d2ae9a448be34741980b5ce9f0b8a7f6a888f58
sl -> 97e8ccfd017cc6e889427bacbf509c026754a942
sr -> 961ea26252a834402e919f723e1bcecf8113b112
tr -> 072dbc27e99da177668e5543e829a51b26d6185c
vi -> 5097b99464f3036e5ef9eca94f35ca7d65efd44b
# 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/.
include $(moztopsrcdir)/config/config.mk
include $(moztopsrcdir)/config/rules.mk
ifdef MAKENSISU
# For Windows build the uninstaller during the application build since the
# uninstaller is included with the application for mar file generation.
libs::
$(MAKE) -C installer/windows uninstaller
ifdef MOZ_MAINTENANCE_SERVICE
$(MAKE) -C installer/windows maintenanceservice_installer
endif
endif
# As fallout from bug 1247162, the sourcestamp in application.ini and
# platform.ini are the same, which isn't a problem for Firefox, but
# it's not right for anything else. So we correct platform.ini here.
libs:: $(DIST)/bin/platform.ini
$(PYTHON3) $(commtopsrcdir)/build/source_repos.py gen_platformini \
$(DIST)/bin/platform.ini
libs::
@echo Generating $(MOZ_BUILT_FROM_FILE) for Treeherder.
$(PYTHON3) $(commtopsrcdir)/build/source_repos.py gen_treeherder_build_links > $(DIST)/$(MOZ_BUILT_FROM_FILE)