Branch libreoffice-5-0-4
[LibreOffice.git] / readlicense_oo / Package_files.mk
blob1f06bddea33c6a45b35369b8c8ec201ca06da6db
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,readlicense_oo_files,$(SRCDIR)/readlicense_oo/license))
12 # LICENSE (upper case) is copied without EOL conversion
13 # license.txt is converted, prior to copy, see Package_license.mk
14 ifneq ($(OS),WNT)
15 $(eval $(call gb_Package_add_file,readlicense_oo_files,LICENSE,LICENSE))
16 endif
18 ifneq ($(OS),MACOSX)
19 $(eval $(call gb_Package_add_file,readlicense_oo_files,NOTICE,NOTICE))
20 $(eval $(call gb_Package_add_file,readlicense_oo_files,LICENSE.fodt,LICENSE.fodt))
21 $(eval $(call gb_Package_add_file,readlicense_oo_files,CREDITS.fodt,CREDITS.fodt))
22 $(eval $(call gb_Package_add_file,readlicense_oo_files,LICENSE.html,LICENSE.html))
23 else
24 $(eval $(call gb_Package_add_file,readlicense_oo_files,Resources/NOTICE,NOTICE))
25 $(eval $(call gb_Package_add_file,readlicense_oo_files,Resources/LICENSE.fodt,LICENSE.fodt))
26 $(eval $(call gb_Package_add_file,readlicense_oo_files,Resources/CREDITS.fodt,CREDITS.fodt))
27 $(eval $(call gb_Package_add_file,readlicense_oo_files,Resources/LICENSE.html,LICENSE.html))
28 endif
30 # vim: set noet sw=4 ts=4: