diff options
author | Laurent BP <laurent.balland-poirier@laposte.net> | 2022-07-21 12:38:11 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2022-10-14 10:48:19 +0200 |
commit | 949d095eed47fdf8b320fdcff5a8dbdc92cd5d6c (patch) | |
tree | f5f1d1731b625f8547249366c87fafce020e0578 /extras/Package_templates.mk | |
parent | dcff848b6ad04c4fe7b6456a3658357e84033b6d (diff) |
Merge makefiles of Writer and Draw templates
Simplify the list of files in the same way as for wizard templates
Change-Id: If93374de161b670a96b9d2447f03f29d8c085efa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141274
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'extras/Package_templates.mk')
-rw-r--r-- | extras/Package_templates.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/extras/Package_templates.mk b/extras/Package_templates.mk new file mode 100644 index 000000000000..e618b646030d --- /dev/null +++ b/extras/Package_templates.mk @@ -0,0 +1,24 @@ +# -*- 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_templates,$(call gb_CustomTarget_get_workdir,extras/source/templates))) + +$(eval $(call gb_Package_add_files_with_dir,extras_templates,$(LIBO_SHARE_FOLDER)/template/common,\ + officorr/Modern_business_letter_sans_serif.ott \ + officorr/Modern_business_letter_serif.ott \ + offimisc/Businesscard-with-logo.ott \ + personal/CV.ott \ + personal/Resume1page.ott \ + styles/Default.ott \ + styles/Modern.ott \ + styles/Simple.ott \ + draw/bpmn.otg \ +)) + +# vim: set noet sw=4 ts=4: |