summaryrefslogtreecommitdiff
path: root/odk/Package_share_readme.mk
blob: bb97b83964c3f452a8c7dc166458bbc35870aeb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- 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/.
#

readlicense_oo_DIR := $(call gb_CustomTarget_get_workdir,readlicense_oo/license)
$(eval $(call gb_Package_Package,odk_share_readme,$(readlicense_oo_DIR)))

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

$(eval $(call gb_Package_add_files,odk_share_readme,$(SDKDIRNAME)/share/readme,\
	LICENSE.html \
))

# for WNT see Package_share_readme_generated.mk
ifneq ($(OS),WNT)
$(eval $(call gb_Package_add_file,odk_share_readme,$(SDKDIRNAME)/share/readme/LICENSE,LICENSE))
endif

# vim: set noet sw=4 ts=4:
3746309'>Resolves: fdo#88562 convert filename widget from ro-edit to selectable-labelCaolán McNamara 2015-01-21Related: fdo#88562 Nothing actually sets ID_FILETP_READONLY or ID_FILETP_TITLECaolán McNamara 2014-10-22Save precious vertical space by removing some redundant heading labelsAdolfo Jayme Barrientos 2014-05-27Resolves: fdo#79275 File Properties dialog’s layout is subparCaolán McNamara 2013-09-02CMIS properties dialog: Fixed the "*" location bugCao Cuong Ngo 2013-09-02Properties dialogCao Cuong Ngo 2013-06-24Resolves: fdo#66105 set max growth width for labels/edits which take pathsCaolán McNamara 2013-06-21center buttons verticallyCaolán McNamara 2013-02-21HIG, consistent border width for properties pageCaolán McNamara 2013-01-26add mnemonic widgets to document info pageCaolán McNamara 2012-12-18split out description info page and convert to .uiCaolán McNamara 2012-12-17split out document info page and convert to .uiCaolán McNamara