Bump version to 4.1-6
[LibreOffice.git] / ure / Package_distribution.mk
blobdd65277427ebe89cb2a946afc74fe5f660ce25d7
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Package_Package,ure_distribution,$(SRCDIR)/ure/source))
12 $(eval $(call gb_Package_add_file,ure_distribution,bin/ure/README,README))
13 $(eval $(call gb_Package_add_file,ure_distribution,bin/ure/THIRDPARTYLICENSEREADME.html,THIRDPARTYLICENSEREADME.html))
14 $(eval $(call gb_Package_add_file,ure_distribution,bin/ure/jvmfwk3.ini,jvmfwk3.ini))
15 $(eval $(call gb_Package_add_file,ure_distribution,bin/ure/jvmfwk3rc,jvmfwk3rc))
16 $(eval $(call gb_Package_add_file,ure_distribution,bin/ure/startup.sh,startup.sh))
17 $(eval $(call gb_Package_add_file,ure_distribution,bin/ure/uno.ini,uno.ini))
18 $(eval $(call gb_Package_add_file,ure_distribution,bin/ure/unorc,unorc))
20 # vim:set noet sw=4 ts=4: