# -*- 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,i18npool/textconversion)) $(call gb_CustomTarget_get_target,i18npool/textconversion) : \ $(patsubst %.dic,$(gb_CustomTarget_workdir)/i18npool/textconversion/%.cxx,$(notdir \ $(wildcard $(SRCDIR)/i18npool/source/textconversion/data/*.dic))) $(gb_CustomTarget_workdir)/i18npool/textconversion/%.cxx : \ $(SRCDIR)/i18npool/source/textconversion/data/%.dic \ $(call gb_Executable_get_runtime_dependencies,genconv_dict) \ | $(gb_CustomTarget_workdir)/i18npool/textconversion/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CDC,1) $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),CDC) $(call gb_Helper_abbreviate_dirs, \ $(call gb_Helper_execute,genconv_dict) $* $< $@ ) $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),CDC) # vim: set noet sw=4 ts=4: istro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/postprocess
AgeCommit message (Expand)Author
2023-04-07move using the vcl file dialog in headless mode to the point of creationCaolán McNamara
2023-03-23instdir/share/registry/res/registry_de.xcd is effectively emptyCaolán McNamara
2023-01-27Remove support for 32-bit S390Stephan Bergmann
2022-12-13don't rebuild icon-themes if nothing changedChristian Lohmaier
2022-12-13use $(file …) directly instead of gb_var2file when not used as intermediateChristian Lohmaier
2022-12-13gb_var2file: remove now unused chunk-size parameterChristian Lohmaier
2022-08-03windows signing: use sha256 (instead of the default sha1)Christian Lohmaier
2022-07-27rename GODSON/GODSON64 to MIPS/MIPS64Rene Engelhard
2022-07-15macOS sandbox: disable donation info bar & help entriesChristian Lohmaier
2022-06-15Revert "Load the locales from config file for languagetool"Xisco Fauli
2022-06-14Load the locales from config file for languagetoolMert Tumer
2022-05-14Fix typoAndrea Gelmini
2022-01-20WASM open links in new browser tabsJan-Marek Glogowski