office-gobmx/extras/Package_tplwizdesktop.mk
Laurent Balland c49da95942 tdf#161173 Replace HTML template and idxexample
with their XML code
Change html.stw to html.oth
idxexample: simplify font list

Change-Id: I6a7cdcce916222a979d0bef78ac19160ca9f744e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168269
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-06-12 10:42:19 +02:00

17 lines
617 B
Makefile

# -*- 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,extras_tplwizdesktop,$(gb_CustomTarget_workdir)/extras/source/templates/wizard/desktop))
$(eval $(call gb_Package_add_files_with_dir,extras_tplwizdesktop,$(LIBO_SHARE_FOLDER)/template/common/internal,\
html.oth \
idxexample.odt \
))
# vim: set noet sw=4 ts=4: