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 <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
This commit is contained in:
parent
f23c1baa46
commit
590e7a3db2
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue