# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*- # # 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,postprocess/fontconfig)) $(gb_CustomTarget_workdir)/postprocess/fontconfig/fc_local.conf: \ $(SRCDIR)/extras/source/truetype/symbol/fc_local.snippet \ $(SRCDIR)/postprocess/CustomTarget_fontconfig.mk \ | $(gb_CustomTarget_workdir)/postprocess/fontconfig/.dir ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),) $(gb_CustomTarget_workdir)/postprocess/fontconfig/fc_local.conf: \ $(SRCDIR)/external/more_fonts/fc_local.snippet endif $(gb_CustomTarget_workdir)/postprocess/fontconfig/fc_local.conf: printf '\n\n\n' >$@ cat $(SRCDIR)/extras/source/truetype/symbol/fc_local.snippet >>$@ ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),) cat $(SRCDIR)/external/more_fonts/fc_local.snippet >>$@ endif printf '\n' >>$@ # vim: set noet sw=4 ts=4: e-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/store
AgeCommit message (Expand)Author
2024-05-20loplugin:ostr in variousNoel Grandin
2024-04-30WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-03-06Use less boost_headers in low level librariesGabor Kelemen
2023-06-08Add cstdlib include necessary to build with gcc14 libstdc++ (tdf#155715)Martin Jambor
2022-08-13clang-tidy modernize-pass-by-value in variousNoel Grandin
2022-07-03tdf#143148 store: Use pragma once instead of include guardsChris Sherlock
2022-06-20store: remove useless comments from storeChris Sherlock
2022-05-16store: add unit testsChris Sherlock
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-10tdf#143148:Use pragma once in storeEmircan Agac
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2020-11-18Replace #if with if constexpr()Mike Kaganski
2020-11-16tdf#123936 Formatting files in module store with clang-formatPhilipp Hofer
2020-10-04loplugin:reducevarscope in store..svtoolsNoel
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens