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:
0ae9279edbf1ad108fe0d8325327a038d49'>use consistent #define checks for the Windows platformNoel Grandin 2016-02-12loplugin:unusedmethodsNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-02-04Split long command line into multiple shorter onesStephan Bergmann 2016-02-04[ABI CHANGE] In SDK, replace regcompare with unoidl-checkStephan Bergmann 2016-02-04Resurrect registry/test/regcompare/Stephan Bergmann 2016-02-04loplugin:fpcomparison in registry/Noel Grandin 2016-01-18loplugin: unused return valuesNoel Grandin 2016-01-10Fix typosAndrea Gelmini 2015-12-21loplugin:unusedmethodsNoel Grandin 2015-11-25loplugin:unusedfields in include/package,include/registryNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-06coverity#1338272 Uncaught exceptionCaolán McNamara 2015-11-06coverity#1338270 Uncaught exceptionCaolán McNamara 2015-11-06coverity#1338252 Uncaught exceptionCaolán McNamara 2015-10-26remove extra spaces around ::Noel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-07Abstract out repeated code into a lambdaStephan Bergmann 2015-10-01loplugin:unusedmethodsNoel Grandin 2015-09-30Fix typosAndrea Gelmini 2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin 2015-08-23tdf#39440 cppcheck: redundantAssignmentMichael Weghorn 2015-08-21Force #defined constants to sal_uInt32 to reduce conversion warningsMatteo Casalin 2015-08-20new loplugin automemNoel Grandin