summaryrefslogtreecommitdiff
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-22 15:35:46 +0100
commitffce3bf3c34c8b6b690b2d9ac95b3c861d0c7286 (patch)
tree4c791d898959e56f09bb400bf749aa3db26f51ab /Package_html_media.mk
parent98a893b4b27bbf27fe9ecb8a78db6a2d97dee30e (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> (cherry picked from commit 867b60389e40ab6720c7b435b375563120aa3a2c) Reviewed-on: https://gerrit.libreoffice.org/83499
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: