X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Makefile;h=0ba23ed3bad6a41a7291dc98282bb75e51e2e396;hb=6d50a9b355922318da629f34fe33e832dcb51572;hp=657e7307c312ea557468b868f680340639140598;hpb=a86875514b6f109604ad72dec79b89117d34897a;p=enc.git diff --git a/Makefile b/Makefile index 657e7307..0ba23ed3 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,8 @@ +# This source code is released in public domain. + +# Author Tomas Stary (2016) +# 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: