summaryrefslogtreecommitdiff
path: root/projs/CodeBlocks/makefile_langfiles
diff options
context:
space:
mode:
Diffstat (limited to 'projs/CodeBlocks/makefile_langfiles')
-rw-r--r--projs/CodeBlocks/makefile_langfiles19
1 files changed, 0 insertions, 19 deletions
diff --git a/projs/CodeBlocks/makefile_langfiles b/projs/CodeBlocks/makefile_langfiles
deleted file mode 100644
index bdbc6148..00000000
--- a/projs/CodeBlocks/makefile_langfiles
+++ /dev/null
@@ -1,19 +0,0 @@
-POFILES = cs.mo es.mo fr.mo nl.mo pl.mo de.mo fi.mo it.mo no.mo
-
-MSGFMT=msgfmt.exe
-
-%.mo:../../po/%.po
- $(MSGFMT) --check --verbose --statistics --output-file=$@ $< && \
- mkdir -p ./locale/$(basename $@)/LC_MESSAGES && \
- mv $@ ./locale/$(basename $@)/LC_MESSAGES/navit.mo
-
-.PHONY: all clean
-
-# nl.po: ..\..\nl.mo
-
-all: $(POFILES)
-
-clean:
- rm -rf locale/*
-
-