solenv/gbuild/UIConfig.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit c7752298d4a23c5adecb14a704dfb93f888b47b6 Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Feb 21 17:12:28 2018 +0100 Process all added uifiles Change-Id: I9efb05973e7d8468afb82bd9875d527412a4fd1c Reviewed-on: https://gerrit.libreoffice.org/50116 Reviewed-by: Stephan Bergmann <sberg...@redhat.com> Tested-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/solenv/gbuild/UIConfig.mk b/solenv/gbuild/UIConfig.mk index 9665dcaf9d18..640ead85d658 100644 --- a/solenv/gbuild/UIConfig.mk +++ b/solenv/gbuild/UIConfig.mk @@ -121,7 +121,7 @@ $(call gb_UIConfig_get_clean_target,%) : define gb_UIConfig_a11yerrors__command $(call gb_Output_announce,$(2),$(true),UIA,1) $(call gb_Helper_abbreviate_dirs,\ - $(gb_UIConfig_a11yerrors_COMMAND) -W none $(UIFILE) > $@ + $(gb_UIConfig_a11yerrors_COMMAND) -W none $(UIFILES) > $@ ) endef @@ -189,7 +189,7 @@ $(call gb_UIConfig_get_imagelist_target,$(1)) : UI_IMAGELISTS += $(call gb_UIIma $(call gb_UIConfig_get_imagelist_target,$(1)) : $(call gb_UIImageListTarget_get_target,$(2)) $(call gb_UIConfig_get_clean_target,$(1)) : $(call gb_UIImageListTarget_get_clean_target,$(2)) -$(call gb_UIConfig_get_a11yerrors_target,$(1)) : UIFILE := $(SRCDIR)/$(2).ui +$(call gb_UIConfig_get_a11yerrors_target,$(1)) : UIFILES += $(SRCDIR)/$(2).ui $(call gb_UIConfig_get_clean_target,$(1)) : $(call gb_UIA11YErrorsTarget_get_clean_target,$(2)) endef _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits