extras/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
New commits: commit 22cc13ae083c8c092c657003c27a71a3ab5fea95 Author: Laurent BP <[email protected]> AuthorDate: Sun Jan 31 19:03:10 2021 +0100 Commit: Laurent Balland-Poirier <[email protected]> CommitDate: Thu Feb 18 18:18:10 2021 +0100 Clearer text to add new Impress template Change-Id: I291d90795b1b2a6c160bdf20544df73dbb8054c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110209 Reviewed-by: Heiko Tietze <[email protected]> Tested-by: Jenkins 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 <dc:title>Foo</dc:title> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
