summaryrefslogtreecommitdiffstats
path: root/Package_html_media.mk
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-28 23:19:56 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-29 03:21:53 +0100
commitae2945ec0d27a1ba10672f8dc89c86687fbbeb9c (patch)
tree3407550bd0327770ea296b977d7531fbc429cb2a /Package_html_media.mk
parentAdd screenhshot for Hyperink Mail help page (diff)
downloadhelp-ae2945ec0d27a1ba10672f8dc89c86687fbbeb9c.tar.gz
help-ae2945ec0d27a1ba10672f8dc89c86687fbbeb9c.zip
Add screenshot for New Doc hyperlink help page
Use kde5 breeze theme Change-Id: Ida64f6ea49f5f381ae61aa52195a592138d7636e Reviewed-on: https://gerrit.libreoffice.org/81633 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'Package_html_media.mk')
-rw-r--r--Package_html_media.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Package_html_media.mk b/Package_html_media.mk
index c00408ec9d..9d0c0b4266 100644
--- a/Package_html_media.mk
+++ b/Package_html_media.mk
@@ -383,5 +383,9 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE
$(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\
screenshots/cui/ui/hyperlinkmailpage/$(lang)/HyperlinkMailPage.png \
) \
+ screenshots/cui/ui/hyperlinknewdocpage/HyperlinkNewDocPage.png \
+ $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\
+ screenshots/cui/ui/hyperlinknewdocpage/$(lang)/HyperlinkNewDocPage.png \
+ ) \
))
# vim: set noet sw=4 ts=4: