diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-24 15:37:21 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-24 21:11:05 +0200 |
commit | f92dca6e10f8e58190b62b920504e8944d629b37 (patch) | |
tree | c1c10e2f19d1ed647820ee30693f92618fa173a8 /Package_html_media.mk | |
parent | 2a925a493ca510612c896b5614d0f153390e8d8d (diff) |
Add screenshot for Asian options
Use kde5 breeze theme
Change-Id: Ib4e1bb6c4fa1d015d12bb09be8aaaf7576b96dd8
Reviewed-on: https://gerrit.libreoffice.org/81475
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 8c45f8387e..628c0ceae3 100644 --- a/Package_html_media.mk +++ b/Package_html_media.mk @@ -355,5 +355,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/optadvancedpage/$(lang)/OptAdvancedPage.png \ ) \ + screenshots/cui/ui/optasianpage/OptAsianPage.png \ + $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\ + screenshots/cui/ui/optasianpage/$(lang)/OptAsianPage.png \ + ) \ )) # vim: set noet sw=4 ts=4: |