summaryrefslogtreecommitdiff
path: root/locale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'locale/Makefile')
-rw-r--r--locale/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/locale/Makefile b/locale/Makefile
new file mode 100644
index 000000000..4f17f683f
--- /dev/null
+++ b/locale/Makefile
@@ -0,0 +1,11 @@
+# Warning: do not transform tabs to spaces in this file.
+
+all : translations
+
+translations : */LC_MESSAGES/statusnet.mo
+
+clean :
+ rm -f */LC_MESSAGES/statusnet.mo
+
+%.mo : %.po
+ msgfmt -o $@ $<