summaryrefslogtreecommitdiff
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile
new file mode 100644
index 0000000..3fa2aa8
--- /dev/null
+++ b/po/Makefile
@@ -0,0 +1,8 @@
+all: $(LANGS)
+
+$(LANGS):
+ msgfmt $@.po -o $@.mo
+
+clean:
+ -rm -f *.mo
+ -rm -f build_stamp