diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:54:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:54:39 +0000 |
commit | 267c6f2ac71f92999e969232431ba04678e7437e (patch) | |
tree | 358c9467650e1d0a1d7227a21dac2e3d08b622b2 /extras/Package_tplwizard.mk | |
parent | Initial commit. (diff) | |
download | libreoffice-267c6f2ac71f92999e969232431ba04678e7437e.tar.xz libreoffice-267c6f2ac71f92999e969232431ba04678e7437e.zip |
Adding upstream version 4:24.2.0.upstream/4%24.2.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'extras/Package_tplwizard.mk')
-rw-r--r-- | extras/Package_tplwizard.mk | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/extras/Package_tplwizard.mk b/extras/Package_tplwizard.mk new file mode 100644 index 0000000000..432e6a91bb --- /dev/null +++ b/extras/Package_tplwizard.mk @@ -0,0 +1,100 @@ +# -*- 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_tplwizard,$(call gb_CustomTarget_get_workdir,extras/source/templates/wizard))) + +$(eval $(call gb_Package_add_files_with_dir,extras_tplwizard,$(LIBO_SHARE_FOLDER)/template/common/wizard,\ + agenda/10grey.ott \ + agenda/1simple.ott \ + agenda/2elegant.ott \ + agenda/3modern.ott \ + agenda/4classic.ott \ + agenda/5blue.ott \ + agenda/6orange.ott \ + agenda/7red.ott \ + agenda/8green.ott \ + agenda/9colorful.ott \ + agenda/aw-10grey.ott \ + agenda/aw-1simple.ott \ + agenda/aw-2elegant.ott \ + agenda/aw-3modern.ott \ + agenda/aw-4classic.ott \ + agenda/aw-5blue.ott \ + agenda/aw-6orange.ott \ + agenda/aw-7red.ott \ + agenda/aw-8green.ott \ + agenda/aw-9colorful.ott \ + fax/bus-classic_f.ott \ + fax/bus-classic-pri_f.ott \ + fax/bus-modern_f.ott \ + fax/bus-modern-pri_f.ott \ + fax/pri-bottle_f.ott \ + fax/pri-fax_f.ott \ + fax/pri-lines_f.ott \ + fax/pri-marine_f.ott \ + letter/bus-elegant_l.ott \ + letter/bus-modern_l.ott \ + letter/bus-office_l.ott \ + letter/off-elegant_l.ott \ + letter/off-modern_l.ott \ + letter/off-office_l.ott \ + letter/pri-bottle_l.ott \ + letter/pri-mail_l.ott \ + letter/pri-marine_l.ott \ + letter/pri-redline_l.ott \ + report/cnt-011.ott \ + report/cnt-012.ott \ + report/cnt-01.ott \ + report/cnt-021.ott \ + report/cnt-022.ott \ + report/cnt-02.ott \ + report/cnt-031.ott \ + report/cnt-032.ott \ + report/cnt-03.ott \ + report/cnt-041.ott \ + report/cnt-042.ott \ + report/cnt-04.ott \ + report/cnt-051.ott \ + report/cnt-052.ott \ + report/cnt-05.ott \ + report/cnt-061.ott \ + report/cnt-062.ott \ + report/cnt-06.ott \ + report/cnt-default.ott \ + report/stl-01.ott \ + report/stl-02.ott \ + report/stl-03.ott \ + report/stl-04.ott \ + report/stl-05.ott \ + report/stl-06.ott \ + report/stl-07.ott \ + report/stl-08.ott \ + report/stl-09.ott \ + report/stl-default.ott \ + styles/blackberry.ots \ + styles/black_white.ots \ + styles/default.ots \ + styles/diner.ots \ + styles/fall.ots \ + styles/glacier.ots \ + styles/green_grapes.ots \ + styles/jeans.ots \ + styles/marine.ots \ + styles/millennium.ots \ + styles/nature.ots \ + styles/neon.ots \ + styles/night.ots \ + styles/nostalgic.ots \ + styles/pastell.ots \ + styles/pool.ots \ + styles/pumpkin.ots \ + styles/xos.ots \ +)) + +# vim: set noet sw=4 ts=4: |