el: fix HTML, spaces and comments.
[enc.git] / Makefile
index 657e7307c312ea557468b868f680340639140598..0ba23ed3bad6a41a7291dc98282bb75e51e2e396 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,8 @@
+# This source code is released in public domain.
+
+# Author Tomas Stary (2016) <tomichec@gmail.com> 
+# Thanks for helpfull discussion to Thérèse Godefroy
+
 # This is a Makefile to generate the PO files for automated
 # translation. If you get through the trouble of creating PO file for
 # your language, you will save a lot of hassles with editing plain html
@@ -80,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: