summaryrefslogtreecommitdiffstats
path: root/Package_html_media.mk
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-24 08:50:02 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-24 15:15:23 +0200
commitf4240141290e09bc9f280a1cd74b1cf9aa94a19b (patch)
tree9a797252d0b58994882158a033098f73773a11bf /Package_html_media.mk
parentAdd screenshot to a11y options page (diff)
downloadhelp-f4240141290e09bc9f280a1cd74b1cf9aa94a19b.tar.gz
help-f4240141290e09bc9f280a1cd74b1cf9aa94a19b.zip
Add screenshot for Options Save Help page
update screenshots with kde breeze theme Change-Id: Ia609306f67bcefc51fb98f1ea890c50d804d1e55 Reviewed-on: https://gerrit.libreoffice.org/81450 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 2c5543fb2d..dbdc3a8cd6 100644
--- a/Package_html_media.mk
+++ b/Package_html_media.mk
@@ -347,5 +347,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/optaccessibilitypage/$(lang)/OptAccessibilityPage.png \
) \
+ screenshots/cui/ui/optsavepage/OptSavePage.png \
+ $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\
+ screenshots/cui/ui/optsavepage/$(lang)/OptSavePage.png \
+ ) \
))
# vim: set noet sw=4 ts=4: