diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 8 |
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 |