diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-28 13:08:41 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-28 19:44:24 +0100 |
commit | 2342e79f1a7f468098da0a32912a7bbf1d556a01 (patch) | |
tree | deddcf85da2168cdeb9b71ea77a41f05f1092061 /Package_html_media.mk | |
parent | 66427db0dc12b97bd60385b57887aa37f829a122 (diff) |
Add screenhshot for Hyperink Mail help page
Use kde5 breeze theme
Change-Id: I9976779b3a6455c42a4a70c68060982ad35de3e2
Reviewed-on: https://gerrit.libreoffice.org/81617
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'Package_html_media.mk')
-rw-r--r-- | Package_html_media.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Package_html_media.mk b/Package_html_media.mk index c09dd1d4b2..c00408ec9d 100644 --- a/Package_html_media.mk +++ b/Package_html_media.mk @@ -379,5 +379,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/hyperlinkinternetpage/$(lang)/HyperlinkInternetPage.png \ ) \ + screenshots/cui/ui/hyperlinkmailpage/HyperlinkMailPage.png \ + $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\ + screenshots/cui/ui/hyperlinkmailpage/$(lang)/HyperlinkMailPage.png \ + ) \ )) # vim: set noet sw=4 ts=4: |