X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=po%2FMakefile;h=cc4a062d59924ed722e7d6cc10259720ae1117ca;hb=707e502d2fb71f98f990edc12bd5fbd3d32dae52;hp=5dab57e9bc0dbbebddd3fbeab91bfacd5394752a;hpb=64d612b3c6dc98c04358dc8062f6e39298d00290;p=dgit.git diff --git a/po/Makefile b/po/Makefile index 5dab57e9..cc4a062d 100644 --- a/po/Makefile +++ b/po/Makefile @@ -56,9 +56,6 @@ include ../i18n-common.make sed "s#^#.$*.pot: #" $<; \ $f -# echo 'MOS_$$(addsuffix' -# find -name $*.mo |sed ; $f - -include .dgit.make -include .git-debrebase.make -include .common.make @@ -116,9 +113,11 @@ clean: .PRECIOUS: .%.potfiles -all-po: $(POFILES) +pofiles: $(POFILES) + +update: pofiles check -check: $(if $(SUPPRESS_PO_UPDATE),,all-po) +check: $(if $(SUPPRESS_PO_UPDATE),,pofiles) $S set -e; for file in $(POFILES); do \ lang=`echo $$file | sed 's/\.po//'`; \ printf "$$lang: "; \