summaryrefslogtreecommitdiff
path: root/postprocess/Package_images.mk
blob: cee23b9fb31bdf9e4a7ed179fbacb581d753d9f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# 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/.
#

$(eval $(call gb_Package_Package,postprocess_images,$(gb_CustomTarget_workdir)/postprocess/images))

$(eval $(call gb_Package_add_files,postprocess_images,$(LIBO_SHARE_FOLDER)/config,\
	$(foreach theme,$(WITH_THEMES),images_$(theme).zip) \
))

# vim: set noet sw=4 ts=4:
href='/cgit/lo/core/commit/toolkit/test/accessibility?h=cib-6.4-23&id=f7eb8ae9d9cce3e493105da98cc4ace9c56a3062'>Fix typosAndrea Gelmini 2016-06-01fix compile error in SelectionDialog (java unit test)Noel Grandin 2016-05-30Convert SelectionMode to scoped enumNoel Grandin 2016-01-10Fix typosAndrea Gelmini 2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin 2015-11-05java: combine nested if statementsNoel Grandin 2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin 2015-06-09java:Non-synchronized method should not override a synchronized methodNoel Grandin 2015-05-05typo: strech -> stretchAndras Timar 2015-04-20java: remove some unused codeNoel Grandin 2015-01-05java: unnecessary method overridesNoel Grandin 2015-01-05java: remove more dead codeNoel Grandin 2015-01-05java: was passing the wrong thing to the remove methodNoel Grandin 2015-01-05java: remove unnecessary reflection in toolkit testsNoel Grandin 2015-01-05java: remove dead codeNoel Grandin 2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin 2014-12-19java: fix access to always null fieldNoel Grandin 2014-12-19java: synching on a global object is not very usefulNoel Grandin 2014-12-19java: dodgy synchronisation around clearNoel Grandin 2014-12-15java: remove some unused fields and variablesNoel Grandin 2014-12-11java: remove some unnecessary interfacesNoel Grandin 2014-12-11java: reduce visibility of fields and methodsNoel Grandin 2014-12-05java: remove some unused local variablesNoel Grandin