diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-28 23:19:56 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-29 03:21:53 +0100 |
commit | ae2945ec0d27a1ba10672f8dc89c86687fbbeb9c (patch) | |
tree | 3407550bd0327770ea296b977d7531fbc429cb2a /Package_html_media.mk | |
parent | 2342e79f1a7f468098da0a32912a7bbf1d556a01 (diff) |
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.mk | 4 |
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: |