Replace autotools cruft for .handling po->.mo generation with Pyton.
[super-star-trek.git] / po / Makefile
diff --git a/po/Makefile b/po/Makefile
new file mode 100644 (file)
index 0000000..4861f4d
--- /dev/null
@@ -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