Revert "Related tdf#158739: blacklist Nvidia RTX 4050 for Skia hardware"
[LibreOffice.git] / extras / Package_templates.mk
blob4ffdaa950d6ac421f2c89819a4aee70e5cc4b9c9
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Package_Package,extras_templates,$(call gb_CustomTarget_get_workdir,extras/source/templates)))
12 $(eval $(call gb_Package_add_files_with_dir,extras_templates,$(LIBO_SHARE_FOLDER)/template/common,\
13 officorr/Modern_business_letter_sans_serif.ott \
14 officorr/Modern_business_letter_serif.ott \
15 offimisc/Businesscard-with-logo.ott \
16 personal/CV.ott \
17 personal/Resume1page.ott \
18 styles/Default.ott \
19 styles/Modern.ott \
20 styles/Simple.ott \
21 draw/bpmn.otg \
22 l10n/zh_CN_ott_normal.ott \
23 l10n/ja_ott_normal.ott \
26 # vim: set noet sw=4 ts=4: