summaryrefslogtreecommitdiffstats
path: root/Package_html_media.mk
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-11-18 19:39:00 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-11-19 00:38:03 +0100
commit867b60389e40ab6720c7b435b375563120aa3a2c (patch)
treed4b4d0e592d29b530c738bd92423c0cfcbe21c3b /Package_html_media.mk
parentAdd PDF Export General Page screenshot (diff)
downloadhelp-867b60389e40ab6720c7b435b375563120aa3a2c.tar.gz
help-867b60389e40ab6720c7b435b375563120aa3a2c.zip
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.mk4
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: