summaryrefslogtreecommitdiff
path: root/Package_html_media.mk
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-28 12:49:07 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-28 19:29:41 +0100
commit66427db0dc12b97bd60385b57887aa37f829a122 (patch)
tree14ca1594c45952caeac264fa55d8a17664bcb8cd /Package_html_media.mk
parentf42a9a7b437fa3b7edda4499358ad2cf4fd4bb46 (diff)
Add screenshot for hyperlink internet help page
Use kde5 breeze theme Change-Id: I138474c651c198754871cac87fec399f8ff9e368 Reviewed-on: https://gerrit.libreoffice.org/81614 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 576af2def6..c09dd1d4b2 100644
--- a/Package_html_media.mk
+++ b/Package_html_media.mk
@@ -375,5 +375,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/hyperlinkdocpage/$(lang)/HyperlinkDocPage.png \
) \
+ screenshots/cui/ui/hyperlinkinternetpage/HyperlinkInternetPage.png \
+ $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\
+ screenshots/cui/ui/hyperlinkinternetpage/$(lang)/HyperlinkInternetPage.png \
+ ) \
))
# vim: set noet sw=4 ts=4: