solenv/gbuild/Module.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 590e7a3db2a3889ddea1a99b4460a737f19b823d
Author:     Christian Lohmaier <[email protected]>
AuthorDate: Fri Nov 29 19:46:55 2024 +0100
Commit:     Christian Lohmaier <[email protected]>
CommitDate: Fri Nov 29 23:26:42 2024 +0100

    make screenshot: add missing dependency to AllLangMoTarget
    
    without the translations, the screenshots for all languages will only
    have the English strings
    
    Change-Id: I9a82da905c74457c0813ca3efb2d6d0ba31a0f86
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177563
    Reviewed-by: Christian Lohmaier <[email protected]>
    Tested-by: Jenkins

diff --git a/solenv/gbuild/Module.mk b/solenv/gbuild/Module.mk
index 20d65400cc63..01aed156cb42 100644
--- a/solenv/gbuild/Module.mk
+++ b/solenv/gbuild/Module.mk
@@ -501,6 +501,7 @@ screenshot : $$(firstword 
$$(gb_Module_SCREENSHOTTARGETSTACK))
 ifeq ($(WINDOWS_BUILD_SIGNING),TRUE)
 screenshot : $(gb_CustomTarget_workdir)/postprocess/signing/signing.done
 endif
+screenshot: AllLangMoTarget
 subsequentcheck : $$(firstword $$(gb_Module_SUBSEQUENTCHECKTARGETSTACK))
 perfcheck : $$(firstword $$(gb_Module_PERFCHECKTARGETSTACK))
 uicheck : build $$(firstword $$(gb_Module_UICHECKTARGETSTACK))

Reply via email to