X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=locale%2FMakefile;h=00700ada104f26fa60c10517d51d3ab597ab042f;hb=a35392da2f96f30a065ec1cd1de3d553ce31776a;hp=4f17f683f98c367e481671d66edbc6c4aa1fc02d;hpb=769b3a37dda5bad2f7a87c9e1b31f767207177ea;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 $@ $<