Update list of outdated translations When *any* language has changed
the build was successful 详情

这个提交包含在:
Ulf Jasper 2019-06-03 18:15:04 +02:00
父节点 fd3bb92fd9
当前提交 9d24d36061
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -187,6 +187,6 @@ SIDECAR_FILES := $(shell find . -name '*.en.xhtml' | grep -v ./tags | sort | sed
all: outdatedtranslations $(SIDECAR_FILES)
outdatedtranslations:
echo "* Updating lists of outdated files"
.%.outdated-translations: %
.%.en.xhtml.outdated-translations: %.??.xhtml
echo "* Updating $@"
tools/find-outdated-translations "$<" > "$@"