From 9d24d36061210f9bb542b18abbe75ccf1bf65653 Mon Sep 17 00:00:00 2001 From: Ulf Jasper Date: Mon, 3 Jun 2019 18:15:04 +0200 Subject: [PATCH] Update list of outdated translations When *any* language has changed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8a7cba43f..a8ce07aa40 100644 --- a/Makefile +++ b/Makefile @@ -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 "$<" > "$@"