summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2020-05-03 09:07:48 +0200
committerandreas_kainz <kainz.a@gmail.com>2020-05-03 13:06:09 +0200
commit1411998edbd679c922ffc1cea85656c1298f2d18 (patch)
treeb2abec343a68d447cfb95b760cd091a226b2f6e7 /extras
parenttdf#132623 custom property dialog expand update (diff)
downloadcore-1411998edbd679c922ffc1cea85656c1298f2d18.tar.gz
core-1411998edbd679c922ffc1cea85656c1298f2d18.zip
Templates: add simple writer template
Change-Id: Idfd6e13ed5d5bfb76a8aed492abcdbb7d15e94aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93336 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'extras')
-rw-r--r--extras/CustomTarget_tpl_styles.mk2
-rw-r--r--extras/Package_tpl_styles.mk1
2 files changed, 2 insertions, 1 deletions
diff --git a/extras/CustomTarget_tpl_styles.mk b/extras/CustomTarget_tpl_styles.mk
index 7beeaf269de3..60897f38d801 100644
--- a/extras/CustomTarget_tpl_styles.mk
+++ b/extras/CustomTarget_tpl_styles.mk
@@ -27,7 +27,7 @@ extras_STYLES_XMLFILES := \
Simple/META-INF/manifest.xml \
Simple/meta.xml \
Simple/styles.xml \
- Simple /Thumbnails/thumbnail.png \
+ Simple/Thumbnails/thumbnail.png \
extras_STYLES_MIMETYPEFILES := $(foreach atexts,$(extras_TEMPLATES_STYLES),$(atexts)/mimetype)
diff --git a/extras/Package_tpl_styles.mk b/extras/Package_tpl_styles.mk
index c6d740b67ba3..13af8988c14b 100644
--- a/extras/Package_tpl_styles.mk
+++ b/extras/Package_tpl_styles.mk
@@ -12,6 +12,7 @@ $(eval $(call gb_Package_Package,extras_tpl_styles,$(call gb_CustomTarget_get_wo
$(eval $(call gb_Package_add_files,extras_tpl_styles,$(LIBO_SHARE_FOLDER)/template/common/styles,\
Default.ott \
Modern.ott \
+ Simple.ott \
))
# vim: set noet sw=4 ts=4: