Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / readlicense_oo / Package_files.mk
blob0570a79ee82f681a21f80e77c06e24456348a243
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 ifneq ($(OS),MACOSX)
16 $(eval $(call gb_Package_add_file,readlicense_oo_files,LICENSE,LICENSE))
17 else
18 $(eval $(call gb_Package_add_file,readlicense_oo_files,Resources/LICENSE,LICENSE))
19 endif
20 endif
22 ifneq ($(OS),MACOSX)
23 $(eval $(call gb_Package_add_file,readlicense_oo_files,NOTICE,NOTICE))
24 $(eval $(call gb_Package_add_file,readlicense_oo_files,LICENSE.fodt,LICENSE.fodt))
25 $(eval $(call gb_Package_add_file,readlicense_oo_files,CREDITS.fodt,CREDITS.fodt))
26 $(eval $(call gb_Package_add_file,readlicense_oo_files,LICENSE.html,LICENSE.html))
27 else
28 $(eval $(call gb_Package_add_file,readlicense_oo_files,Resources/NOTICE,NOTICE))
29 $(eval $(call gb_Package_add_file,readlicense_oo_files,Resources/LICENSE.fodt,LICENSE.fodt))
30 $(eval $(call gb_Package_add_file,readlicense_oo_files,Resources/CREDITS.fodt,CREDITS.fodt))
31 $(eval $(call gb_Package_add_file,readlicense_oo_files,Resources/LICENSE.html,LICENSE.html))
32 endif
34 # vim: set noet sw=4 ts=4: