X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=po%2FMakefile;fp=po%2FMakefile;h=4861f4dfbb6e973db2acacb6cf773fa562174961;hp=0000000000000000000000000000000000000000;hb=8e750ff0e49c8162f6773551f8ab38d85e4f4738;hpb=8c3d2af125e47678e0befe02975aa452a7db6100 diff --git a/po/Makefile b/po/Makefile new file mode 100644 index 0000000..4861f4d --- /dev/null +++ b/po/Makefile @@ -0,0 +1,11 @@ +# Note: msgfmt.py is copiere from the Python source distribution + +.SUFFIXES: .po .mo + +.po.mo: + python msgfmt.py $< + +all: ru.mo + +clean: + rm *.mo