# -*- 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,sd_xml,$(SRCDIR)/sd/xml)) $(eval $(call gb_Package_add_files,sd_xml,$(LIBO_SHARE_FOLDER)/config/soffice.cfg/simpress,\ effects.xml \ transitions.xml \ layoutlist.xml \ objectlist.xml \ styles.xml \ )) # vim: set noet sw=4 ts=4: >lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/static/Makefile
21-05-05 21:14:54 +0200'>2021-05-05
AgeCommit message (Collapse)Author
WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2020-10-09Enable building for WSL (Linux) on WSLTor Lillqvist
2020-10-04Step towards building for Windows on WSL: ProgramFiles(x86) handlingTor Lillqvist
2020-02-11Introduce INCLUDE: in the distro-configs...Jan Holesovsky
2019-12-18Remove "--clean" option from autogen.shStepas Toliautas