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