summaryrefslogtreecommitdiff
path: root/wizards/CustomTarget_share.mk
blob: 43d1811d7a138a2f851163a7cc57442c9f9c13b7 (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
25
# -*- 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_CustomTarget_CustomTarget,wizards/share))

$(call gb_CustomTarget_get_target,wizards/share): \
    $(call gb_CustomTarget_get_workdir,wizards/share)/dialog.xlc \
    $(call gb_CustomTarget_get_workdir,wizards/share)/script.xlc

$(call gb_CustomTarget_get_workdir,wizards/share)/%.xlc: \
    $(SRCDIR)/wizards/source/configshare/%.xlc \
    | $(call gb_CustomTarget_get_workdir,wizards/share)/.dir
	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SED,1)
	sed -e 's/@LIBO_SHARE_FOLDER@/$(LIBO_SHARE_FOLDER)/' $< > $@

# vim:set shiftwidth=4 tabstop=4 noexpandtab:


# vim: set noet sw=4 ts=4:
/commit/svl?h=libreoffice-7-3-0&id=17915ab5202a4d7456e9bc031c3f6a72bc861844'>fix ubsan alloc-dealloc-mismatchNoel Grandin 2021-10-04Fix typosAndrea Gelmini 2021-10-03Use placement new to avoid one of the allocation calls...Noel Grandin 2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann 2021-09-30loplugin:constmethod handle more casesNoel Grandin 2021-09-30tdf#144697: svl_qa_cppunit: Add unittestXisco Fauli 2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin 2021-09-30Resolves: tdf#144697 Format out-of-bounds date(+time) as #FMT errorEike Rathke 2021-09-28drop 'using namespace std' hereRoman Kuznetsov 2021-09-23Sort ZF_STANDARD_NEWEXTENDED_DATE_... into ZF_STANDARD_DATE categoryEike Rathke 2021-09-23Reorder the internal ZF_STANDARD_DATETIME offsets to a more logical sequenceEike Rathke 2021-09-23Add not-quite-ISO date+time with space and milliseconds and locale's separatorEike Rathke 2021-09-21Add ISO 8601 date+time with milliseconds formatEike Rathke 2021-09-21SvNumberformat: preserve error position if already setEike Rathke 2021-09-20introduce SfxItemSetFixed and use it in DefaultPropertiesNoel Grandin 2021-09-17create OnDemandCharClass cacheNoel Grandin 2021-09-17no need to allocate CharClass separately in SvNumberFormatterNoel Grandin 2021-09-17speedup toUpperCase when called in parallelNoel Grandin 2021-09-17remove GetCharClassPtr from SvtSysLocaleNoel Grandin 2021-09-15loplugin:finalclassesNoel Grandin 2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski 2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski 2021-09-13Check string boundsEike Rathke 2021-09-13Resolves: tdf#116184 Check that there is no trailing number behind a matchEike Rathke