summaryrefslogtreecommitdiff
path: root/Package_html_media.mk
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-11-18 20:01:49 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-11-19 00:53:26 +0100
commitc4a358cbe4986b09ccbc73a61fe4c4e2cadacd8f (patch)
tree3a780d6c42fd5e5655db8ba3a4a778e8233ab613 /Package_html_media.mk
parent6fce05ae0ba63cb61b623454bc518fd008d97ee1 (diff)
Add PDF Export Digital signature Page screenshot
Change-Id: I463c27689ddc53d8c66b88c835e189956d078652 Reviewed-on: https://gerrit.libreoffice.org/83143 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 cab27e0352..cf3df8e208 100644
--- a/Package_html_media.mk
+++ b/Package_html_media.mk
@@ -411,5 +411,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/pdfuserinterfacepage/$(lang)/PdfUserInterfacePage.png \
) \
+ screenshots/filter/ui/pdfsignpage/PdfSignPage.png \
+ $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\
+ screenshots/filter/ui/pdfsignpage/$(lang)/PdfSignPage.png \
+ ) \
))
# vim: set noet sw=4 ts=4: