summaryrefslogtreecommitdiffstats
path: root/Package_html_media.mk
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-11-18 20:07:32 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-11-19 00:54:47 +0100
commit664f60abb533ecd94bcd7b92cdb59899d8078650 (patch)
treee6cebe4b34c5a81eefd2afcf0623d05040ddff1d /Package_html_media.mk
parentAdd PDF Export Digital signature Page screenshot (diff)
downloadhelp-664f60abb533ecd94bcd7b92cdb59899d8078650.tar.gz
help-664f60abb533ecd94bcd7b92cdb59899d8078650.zip
Add PDF Export Security Page screenshot
Change-Id: Ic5ca4f1dbb1bab68914fd015808112b42cfe4951 Reviewed-on: https://gerrit.libreoffice.org/83144 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 cf3df8e208..8f1c0078e9 100644
--- a/Package_html_media.mk
+++ b/Package_html_media.mk
@@ -415,5 +415,9 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE
$(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\
screenshots/filter/ui/pdfsignpage/$(lang)/PdfSignPage.png \
) \
+ screenshots/filter/ui/pdfsecuritypage/PdfSecurityPage.png \
+ $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\
+ screenshots/filter/ui/pdfsecuritypage/$(lang)/PdfSecurityPage.png \
+ ) \
))
# vim: set noet sw=4 ts=4: