# -*- 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_install,$(call gb_CustomTarget_get_workdir,postprocess/images))) $(eval $(call gb_Package_set_outdir,postprocess_images_install,$(INSTDIR))) $(eval $(call gb_Package_add_files,postprocess_images_install,share/config,\ $(if $(filter default,$(WITH_THEMES)),images.zip) \ $(foreach theme,$(filter-out default,$(WITH_THEMES)),images_$(theme).zip) \ )) # vim: set noet sw=4 ts=4: '>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_ooo.mk
AgeCommit message (Expand)Author
2014-05-15Don't reference the avmediaMacAVF library if not builtTor Lillqvist
2014-04-15oox: generate data, not code for drawingML export adjustment valuesMiklos Vajna
2014-03-18scp2: move jfreereport to AutoInstallMichael Stahl
2014-03-18scp2: move apache-commons to AutoInstallMichael Stahl
2014-03-18scp2: move liblangtag to AutoInstallMichael Stahl
2014-03-03scp2: remove some variable/macro cruftMichael Stahl
2014-03-03Allow to build lpsolver based on CoinMP library.Matúš Kukan
2014-03-03fdo#60924: Autoinstall lpsolve package.Matúš Kukan
2014-02-25scp2: These defines are not used in the sources.Matúš Kukan
2014-02-12normalize values of SYSTEM_POPPLER, SYSTEM_JFREEREPORTMichael Stahl
2014-02-12normalize values of SYSTEM_HSQLDB, SYSTEM_POSTGRESQLMichael Stahl
2014-02-12normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl
2014-02-12fdo#74825: fix missing lcms2/libxslt/curl in installation setsMichael Stahl
2013-10-25jfreereport: stop pointlessly renaming the jar filesMichael Stahl
2013-10-19fix path after move to externalDavid Tardon
2013-10-13add missing depDavid Tardon