diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-18 20:07:32 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-22 15:45:35 +0100 |
commit | 06c41e39f82240bd9e16d0c10155d07b152bb52d (patch) | |
tree | 621f63ee3123c9c1c3701677ccb00bbae8ec248a /Package_html_media.mk | |
parent | 2b12bc5831ad82ffd359487f8a608fa35b6ce3f3 (diff) |
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>
(cherry picked from commit 664f60abb533ecd94bcd7b92cdb59899d8078650)
Reviewed-on: https://gerrit.libreoffice.org/83504
Diffstat (limited to 'Package_html_media.mk')
-rw-r--r-- | Package_html_media.mk | 4 |
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: |