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 "$<" > "$@"