From c2ebb692145e7443cf2a74781114d5571f2848a4 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Wed, 27 May 2020 15:41:33 -0300 Subject: tdf#133432 Missing epub screenshot Partial solution for the bug. Fix some oddities in makefiles. a companion patch follow implementing screenshots for writerperfect/ module Change-Id: I1c87bac8b9d82a222e7719433e4074dd8e132bdf Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94999 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- AllLangPackage_html_media_lang.mk | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'AllLangPackage_html_media_lang.mk') diff --git a/AllLangPackage_html_media_lang.mk b/AllLangPackage_html_media_lang.mk index 1fc09eb2b7..551b609a46 100644 --- a/AllLangPackage_html_media_lang.mk +++ b/AllLangPackage_html_media_lang.mk @@ -54,12 +54,6 @@ $(eval $(call gb_AllLangPackage_add_files_for_lang,helpcontent2_html_media_lang, helpimg/de/zellvor.png \ )) -#TODO: Content for en-US is probably an error here; it should likely be part of the language- -# independent helpcontent2/Package_html_media.mk instead: -$(eval $(call gb_AllLangPackage_add_files_for_lang,helpcontent2_html_media_lang,en-US,$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION))/media, \ - screenshots/modules/swriter/ui/exportepub/en-US/EPubDialog.png \ -)) - $(eval $(call gb_AllLangPackage_add_files_for_lang,helpcontent2_html_media_lang,es,$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION))/media, \ helpimg/es/feldalle.png \ helpimg/es/feldcolo.png \ @@ -168,7 +162,6 @@ $(eval $(call gb_AllLangPackage_add_files_for_lang,helpcontent2_html_media_lang, helpimg/pt-BR/sheettabs.png \ helpimg/pt-BR/swh00117.png \ helpimg/pt-BR/zellvor.png \ - screenshots/modules/swriter/ui/exportepub/pt-BR/EPubDialog.png \ )) $(eval $(call gb_AllLangPackage_add_files_for_lang,helpcontent2_html_media_lang,sk,$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION))/media, \ @@ -257,6 +250,7 @@ $(foreach lang,$(filter-out en-US,$(gb_HELP_LANGS)),$(eval $(call gb_AllLangPack screenshots/modules/simpress/ui/customanimationeffecttab/$(lang)/EffectTab.png \ screenshots/modules/simpress/ui/customanimationtexttab/$(lang)/TextAnimationTab.png \ screenshots/modules/simpress/ui/customanimationtimingtab/$(lang)/TimingTab.png \ + screenshots/writerperfect/ui/exportepub/$(lang)/EpubDialog.png \ screenshots/cui/ui/colorpickerdialog/$(lang)/ColorPicker.png \ screenshots/cui/ui/colorpage/$(lang)/ColorPage.png \ screenshots/cui/ui/optviewpage/$(lang)/OptViewPage.png \ -- cgit