[pt-PT] Added 20 words to autocorrect
[LibreOffice.git] / desktop / Package_branding.mk
blobbca87bab32d269d61ea204ad7e95a896e7aa4737
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Package_Package,desktop_branding,$(SRCDIR)/icon-themes/colibre))
12 $(eval $(call gb_Package_add_files,desktop_branding,$(LIBO_ETC_FOLDER),\
13 $(foreach image,$(filter $(BRAND_INTRO_IMAGES),$(DEFAULT_BRAND_IMAGES)),\
14 $(if $(filter intro.png,$(image)),\
15 $(if $(ENABLE_RELEASE_BUILD),brand,brand_dev)/$(image),\
16 brand/$(image) \
17 ) \
18 ) \
21 $(eval $(call gb_Package_add_files,desktop_branding,$(LIBO_ETC_FOLDER)/shell,\
22 $(addprefix brand/shell/,$(filter-out $(BRAND_INTRO_IMAGES),$(DEFAULT_BRAND_IMAGES))) \
25 # vim: set noet sw=4 ts=4: