X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=locale%2FMakefile;h=00700ada104f26fa60c10517d51d3ab597ab042f;hb=654d1749da1f57f991dc03cab6a6787754b2c4eb;hp=4f17f683f98c367e481671d66edbc6c4aa1fc02d;hpb=9937767a9e2f8eee9a968a406d407059cba2cba6;p=quix0rs-gnu-social.git diff --git a/locale/Makefile b/locale/Makefile index 4f17f683f9..00700ada10 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -2,10 +2,12 @@ all : translations -translations : */LC_MESSAGES/statusnet.mo +trans = $(patsubst %.po,%.mo,$(wildcard */LC_MESSAGES/statusnet.po)) + +translations : $(trans) clean : - rm -f */LC_MESSAGES/statusnet.mo + rm -f $(trans) %.mo : %.po msgfmt -o $@ $<