office-gobmx/extras/Package_database.mk
Julien Nabet 8b7da751fd fdo#63197, Convert Zip_database
Change-Id: I459b27065869b50639330dcbbae8bc7a1651882f
Reviewed-on: https://gerrit.libreoffice.org/3302
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2013-04-10 18:00:36 +00:00

19 lines
602 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,extras_database,$(SRCDIR)/extras/source/database))
$(eval $(call gb_Package_set_outdir,extras_database,$(INSTDIR)))
$(eval $(call gb_Package_add_files,extras_database,presets/database,\
biblio.odb \
evolocal.odb \
))
# vim: set noet sw=4 ts=4: