CustomTarget_imagelist.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit d47016071886f393ba92f55749cc4425da393722 Author: Christian Lohmaier <[email protected]> AuthorDate: Wed Jun 24 18:17:34 2026 +0200 Commit: Christian Lohmaier <[email protected]> CommitDate: Thu Jul 16 16:42:54 2026 +0200 use SOURCE_DATE_EPOCH to normalize images_helpimg.zip Change-Id: Ia892cd757ad05bd68996868e5aea2ee551ef6171 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/207248 Tested-by: Christian Lohmaier <[email protected]> Tested-by: Jenkins Reviewed-by: Christian Lohmaier <[email protected]> diff --git a/CustomTarget_imagelist.mk b/CustomTarget_imagelist.mk index 095642ddf1..7f83636ab7 100644 --- a/CustomTarget_imagelist.mk +++ b/CustomTarget_imagelist.mk @@ -27,7 +27,8 @@ $(gb_CustomTarget_workdir)/helpcontent2/source/auxiliary/images_helpimg.zip : \ -l $${ILSTFILE} \ -s $< -o $@ \ $(if $(findstring s,$(MAKEFLAGS)),> /dev/null) && \ - rm -rf $${ILSTFILE}) + rm -rf $${ILSTFILE}) \ + $(call gb_Helper_make_zip_deterministic,$@) # include everything including directories to also rebuild on file deletion helpmedia_allMedia:=$(shell $(FIND) $(helpmedia_DIR)/media/helpimg)
