From 22cc13ae083c8c092c657003c27a71a3ab5fea95 Mon Sep 17 00:00:00 2001 From: Laurent BP Date: Sun, 31 Jan 2021 19:03:10 +0100 Subject: Clearer text to add new Impress template Change-Id: I291d90795b1b2a6c160bdf20544df73dbb8054c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110209 Reviewed-by: Heiko Tietze Tested-by: Jenkins --- extras/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'extras') diff --git a/extras/README b/extras/README index 448d0baafa77..8644d990d5d9 100644 --- a/extras/README +++ b/extras/README @@ -29,10 +29,11 @@ How-to add a new autotext to an existing category How-to add a new Impress template + clean-up template file as indicated on wiki https://wiki.documentfoundation.org/Documentation/HowTo/Impress/Make_template_language_independent - + unzip Foo.otp in extras/source/templates/presnt/Foo (no space allowed in any file names) - + add Foo.otp in Package_tplpresnt.mk + + add Foo in meta.xml to make presentation name translatable + + unzip Foo.otp file in extras/source/templates/presnt/Foo (no space allowed in any file names) + + add "Foo.otp" in Package_tplpresnt.mk + in CustomTarget_tplpresnt.mk: - + add Foo / in extras_TEMPLATES_PRESENTATIONS + + add "Foo /" in extras_TEMPLATES_PRESENTATIONS + add files names contained in Foo.otp (except mimetype) in extras_PRESENTATIONS_XMLFILES + if Foo.otp contains files with other extension than .xml, .svm, .svg, .png and .jpg + add a CPY call at the end of file -- cgit