diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-28 09:15:16 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-28 16:34:24 +0200 |
commit | db1b0ca0156382bac0266d0eb09be0872d825889 (patch) | |
tree | b60fa434ef2296924a6f049f69817b9a0af7c3fe /instsetoo_native/Package_rdb.mk | |
parent | 0346f008e7ee6d30b8990806bab8cc69b4bf181d (diff) |
copy rdbs to instdir
Change-Id: I1855e72efc1a034d28ca2326ad8b239e2671cea7
Diffstat (limited to 'instsetoo_native/Package_rdb.mk')
-rw-r--r-- | instsetoo_native/Package_rdb.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/instsetoo_native/Package_rdb.mk b/instsetoo_native/Package_rdb.mk new file mode 100644 index 000000000000..af41c9e9d8d3 --- /dev/null +++ b/instsetoo_native/Package_rdb.mk @@ -0,0 +1,19 @@ +# -*- 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,instsetoo_native_rdb,$(OUTDIR))) + +$(eval $(call gb_Package_set_outdir,instsetoo_native_rdb,$(INSTDIR))) + +$(eval $(call gb_Package_add_file,instsetoo_native_rdb,program/services/services.rdb,xml/services.rdb)) +$(eval $(call gb_Package_add_file,instsetoo_native_rdb,program/types/offapi.rdb,bin/offapi.rdb)) +$(eval $(call gb_Package_add_file,instsetoo_native_rdb,ure/share/misc/services.rdb,xml/ure/services.rdb)) +$(eval $(call gb_Package_add_file,instsetoo_native_rdb,ure/share/misc/types.rdb,bin/udkapi.rdb)) + +# vim: set noet sw=4 ts=4: |