Files
loongoffice/sd/Package_xml.mk
David Tardon 2f8d2c4ce4 install impress xml config files using filelists
Change-Id: I072d5283f979b42ffbd359575209c09cf445b6df
2013-05-04 16:44:47 +02:00

20 lines
580 B
Makefile

# -*- 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,sd_xml,$(SRCDIR)/sd/xml))
$(eval $(call gb_Package_set_outdir,sd_xml,$(INSTDIR)))
$(eval $(call gb_Package_add_files,sd_xml,share/config/soffice.cfg/simpress,\
effects.xml \
transitions.xml \
))
# vim: set noet sw=4 ts=4: