diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-18 19:39:00 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-19 00:38:03 +0100 |
commit | 867b60389e40ab6720c7b435b375563120aa3a2c (patch) | |
tree | d4b4d0e592d29b530c738bd92423c0cfcbe21c3b /Package_html_media.mk | |
parent | 3364b6db42899b82173030f26d58ca621b7f9a03 (diff) |
Add PDF Export Links Page screenshot
Change-Id: I996183a122518ec18d5ffb5d60b9d30c1f328c8e
Reviewed-on: https://gerrit.libreoffice.org/83140
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
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 253545c821..65fcaaf569 100644 --- a/Package_html_media.mk +++ b/Package_html_media.mk @@ -399,5 +399,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/pdfgeneralpage/$(lang)/PdfGeneralPage.png \ ) \ + screenshots/filter/ui/pdflinkspage/PdfLinksPage.png \ + $(foreach lang, $(filter-out en-US,$(gb_HELP_LANGS)),\ + screenshots/filter/ui/pdflinkspage/$(lang)/PdfLinksPage.png \ + ) \ )) # vim: set noet sw=4 ts=4: |