lok: jsbuilder: avoid sending early id to client side
[LibreOffice.git] / readlicense_oo / Package_license.mk
blob67755904a00719d0704212b2cd1163ae24f7cd56
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_license,$(call gb_CustomTarget_get_workdir,readlicense_oo/license)))
12 ifeq ($(OS),WNT)
13 $(eval $(call gb_Package_add_file,readlicense_oo_license,license.txt,license.txt))
14 else
15 ifneq ($(OS),MACOSX)
16 $(eval $(call gb_Package_add_file,readlicense_oo_license,LICENSE,LICENSE))
17 else
18 $(eval $(call gb_Package_add_file,readlicense_oo_license,Resources/LICENSE,LICENSE))
19 endif
20 endif
22 ifneq ($(OS),MACOSX)
23 $(eval $(call gb_Package_add_file,readlicense_oo_license,LICENSE.html,LICENSE.html))
24 else
25 $(eval $(call gb_Package_add_file,readlicense_oo_license,Resources/LICENSE.html,LICENSE.html))
26 endif
28 # vim: set noet sw=4 ts=4: