summaryrefslogtreecommitdiffstats
path: root/Package_html_media.mk
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-25 17:06:07 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-26 20:51:00 +0200
commit3f8a68dca7c0f54616b104e033a681a3468aea3a (patch)
tree5638a5aa5ecda8773c92424c28dad62f54374b9e /Package_html_media.mk
parentImprove "Referencing Other Sheets" documentation (diff)
downloadhelp-3f8a68dca7c0f54616b104e033a681a3468aea3a.tar.gz
help-3f8a68dca7c0f54616b104e033a681a3468aea3a.zip
Add screenshot for Security option page
Use kde5 breeze theme. Change-Id: I73c244be73793f1d8afb8906ef8152518c1f3e6a Reviewed-on: https://gerrit.libreoffice.org/81536 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 9a49ead4a9..01815362f7 100644
--- a/Package_html_media.mk
+++ b/Package_html_media.mk
@@ -363,5 +363,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/optctlpage/$(lang)/OptCTLPage.png \
) \
+ screenshots/cui/ui/optsecuritypage/OptSecurityPage.png \
+ $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\
+ screenshots/cui/ui/optsecuritypage/$(lang)/OptSecurityPage.png \
+ ) \
))
# vim: set noet sw=4 ts=4: