diff options
author | Jan Holesovsky <kendy@collabora.com> | 2018-08-08 11:42:48 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-08-08 12:13:32 +0200 |
commit | 66187a5fb4dfb956405acd8654dea6afaa8c319f (patch) | |
tree | 2b2e5bf63a3ede2fac93f3283da9e445b1fcb1ae | |
parent | 041ed9fc3406e1003522df2060c3812d3e3b9e1d (diff) |
Some dialog screenshots are missing in this branch.
Change-Id: Ia1ab427186adcd5fe24d1d93dc53f46d56b21d90
-rw-r--r-- | AllLangPackage_html_media_lang.mk | 20 | ||||
-rw-r--r-- | Package_html_media.mk | 10 |
2 files changed, 0 insertions, 30 deletions
diff --git a/AllLangPackage_html_media_lang.mk b/AllLangPackage_html_media_lang.mk index 45e983a430..aff362b8d1 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 \ @@ -169,7 +163,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, \ @@ -234,17 +227,4 @@ $(eval $(call gb_AllLangPackage_add_files_for_lang,helpcontent2_html_media_lang, helpimg/zh-TW/zellvor.png \ )) -#TODO: fy is filtered out for now, as $(SRCDIR)/helpcontent2/source/media/ doesn't contain the -# corresponding screenshots yet: -$(foreach lang,$(filter-out en-US fy,$(completelangiso)),$(eval $(call gb_AllLangPackage_add_files_for_lang,helpcontent2_html_media_lang,$(lang),$(LIBO_SHARE_HELP_FOLDER)$(if $(HELP_ONLINE),/$(PRODUCTVERSION))/media, \ - screenshots/modules/smath/ui/alignmentdialog/$(lang)/AlignmentDialog.png \ - screenshots/modules/smath/ui/catalogdialog/$(lang)/CatalogDialog.png \ - screenshots/modules/smath/ui/fontdialog/$(lang)/FontDialog.png \ - screenshots/modules/smath/ui/fontsizedialog/$(lang)/FontSizeDialog.png \ - screenshots/modules/smath/ui/fonttypedialog/$(lang)/FontsDialog.png \ - screenshots/modules/smath/ui/savedefaultsdialog/$(lang)/SaveDefaultsDialog.png \ - screenshots/modules/smath/ui/spacingdialog/$(lang)/SpacingDialog.png \ - screenshots/modules/smath/ui/symdefinedialog/$(lang)/EditSymbols.png \ -))) - # vim: set noet sw=4 ts=4: diff --git a/Package_html_media.mk b/Package_html_media.mk index 203dcac271..9534b138c7 100644 --- a/Package_html_media.mk +++ b/Package_html_media.mk @@ -315,18 +315,8 @@ $(eval $(call gb_Package_add_files_with_dir,helpcontent2_html_media,$(LIBO_SHARE screenshots/cui/ui/optionsdialog/impressoptionsgeneraldialog.png \ screenshots/cui/ui/pageformatpage/PageFormatPage.png \ screenshots/modules/scalc/ui/deletecells/DeleteCellsDialog.png \ - screenshots/modules/scalc/ui/xmlsourcedialog/XMLSourceDialog.png \ screenshots/modules/sdraw/ui/dlgsnap/SnapObjectDialog.png \ screenshots/modules/simpress/ui/headerfooterdialog/HeaderFooterDialog.png \ - screenshots/modules/smath/ui/alignmentdialog/AlignmentDialog.png \ - screenshots/modules/smath/ui/catalogdialog/CatalogDialog.png \ - screenshots/modules/smath/ui/fontdialog/FontDialog.png \ - screenshots/modules/smath/ui/fontsizedialog/FontSizeDialog.png \ - screenshots/modules/smath/ui/fonttypedialog/FontsDialog.png \ - screenshots/modules/smath/ui/savedefaultsdialog/SaveDefaultsDialog.png \ - screenshots/modules/smath/ui/spacingdialog/SpacingDialog.png \ - screenshots/modules/smath/ui/symdefinedialog/EditSymbols.png \ - screenshots/modules/swriter/ui/watermarkdialog/WatermarkDialog.png \ )) # vim: set noet sw=4 ts=4: |