From ffac1b0f2dd14896c3e7d00d13f6067b1142e19f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Th=C3=A9r=C3=A8se=20Godefroy?= Date: Sun, 23 Oct 2016 22:57:02 +0200 Subject: [PATCH] Makefile (po4a-updatepo): Add a diff to the fuzzy strings. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7d816747..0ba23ed3 100644 --- a/Makefile +++ b/Makefile @@ -85,8 +85,8 @@ esd-%.po.extract: $(foreach d,$(DIR) %,$(foreach f,$(FILES),$d/$f)) # that changed need to be translated again. esd-%.po.update: esd-%.po $(foreach f,$(SRC),en/$f) cp $< $@ - po4a-updatepo $(PO4A_FLAGS) $(foreach f,$(SRC),-m en/$f) -p $@ - cp $@ $< + po4a-updatepo $(PO4A_FLAGS) $(foreach f,$(SRC),-m en/$f) -p $@; \ +./gnun-add-fuzzy-diff $@ > $< # TODO: The system could be further refined with 2 external scripts: -- 2.25.1