summaryrefslogtreecommitdiff
path: root/odk/Package_share_readme_generated.mk
blob: c7ae0a8a94d21ea6fa6854e493ef38099fcabb74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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,odk_share_readme_generated,$(WORKDIR)/CustomTarget/readlicense_oo))

$(eval $(call gb_Package_set_outdir,odk_share_readme_generated,$(INSTDIR)))

$(eval $(call gb_Package_add_files,odk_share_readme_generated,$(SDKDIRNAME)/share/readme,\
	$(if $(filter WNT,$(OS)),license/license.txt) \
	readme/$(call gb_README,en-US) \
))

# vim: set noet sw=4 ts=4:
4393a764e1a6ef468dbf1b18d'>No need to have uno-skeletonmaker depend on udkapiStephan Bergmann 2013-04-11Remove dead codeStephan Bergmann 2013-04-11[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann 2013-04-09[API CHANGE] WIP: Experimental new binary type.rdb formatStephan Bergmann 2013-04-07Fixed 4 spelling errors in the comments.Golnaz Irannejad 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-27Clean up codemaker/typemanager.hxxStephan Bergmann 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-13more subtle dependencies for cross-compilationMatúš Kukan 2013-03-12Removed RTL_CONSTASCII_STRINGPARAM in unodevtoolsChr. Rossmanith 2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck 2013-03-03loplugin: unused variables and commented codeThomas Arnhold