summaryrefslogtreecommitdiffstats
path: root/Package_html_media.mk
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-30 22:18:09 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-31 08:48:31 +0100
commitae4b6f25499ea4aa97753f121abbfac471f69ea5 (patch)
treec59eb52eaf7c001d4b559111574ffe703c9b590d /Package_html_media.mk
parentUpdate icon replacement table in XSLT (diff)
downloadhelp-ae4b6f25499ea4aa97753f121abbfac471f69ea5.tar.gz
help-ae4b6f25499ea4aa97753f121abbfac471f69ea5.zip
Add screenshot for Options Languages page
Use kde5 breeze theme Change-Id: Ia278e403f2268016ccac2a1a1b66ca76344fed7b Reviewed-on: https://gerrit.libreoffice.org/81812 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 9d0c0b4266..02cadd1391 100644
--- a/Package_html_media.mk
+++ b/Package_html_media.mk
@@ -387,5 +387,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/hyperlinknewdocpage/$(lang)/HyperlinkNewDocPage.png \
) \
+ screenshots/cui/ui/optlanguagespage/OptLanguagesPage.png \
+ $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\
+ screenshots/cui/ui/optlanguagespage/$(lang)/OptLanguagesPage.png \
+ ) \
))
# vim: set noet sw=4 ts=4: