summaryrefslogtreecommitdiffstats
path: root/Package_html_media.mk
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-28 07:22:19 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-28 19:28:35 +0100
commit4f5938e7cbe1511be74820d4c55a9a9a9640b89d (patch)
tree54833d9029339f1085506defc543ed14e6030e58 /Package_html_media.mk
parentAdd screenshot for Security option page (diff)
downloadhelp-4f5938e7cbe1511be74820d4c55a9a9a9640b89d.tar.gz
help-4f5938e7cbe1511be74820d4c55a9a9a9640b89d.zip
Add screenhot in Font effects Help page
Use kde5 breeze theme Change-Id: I3e8d7cc5358f4811c74af9675382a7acca9aa808 Reviewed-on: https://gerrit.libreoffice.org/81595 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 01815362f7..935cc0be6a 100644
--- a/Package_html_media.mk
+++ b/Package_html_media.mk
@@ -367,5 +367,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/optsecuritypage/$(lang)/OptSecurityPage.png \
) \
+ screenshots/cui/ui/effectspage/EffectsPage.png \
+ $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\
+ screenshots/cui/ui/effectspage/$(lang)/EffectsPage.png \
+ ) \
))
# vim: set noet sw=4 ts=4: