summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-19 15:58:46 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-19 15:58:46 +0100
commitcc1ca5eb93eb828a945e0c5ff8166b46387ed2eb (patch)
tree19d3742581f657e99052cfb34509fca3cea507f3 /makefile
parent288ac7f9490d170e6e2ce1c267ae32eafd1f423e (diff)
Doing some preps for internationalization (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefile b/makefile
index 519ecb0fb55..5a009dc5a46 100644
--- a/makefile
+++ b/makefile
@@ -1374,3 +1374,9 @@ cppcheck:
shaders:
$(SILENT) $(MAKE) -C $(SRC)/osd/modules/render/bgfx rebuild
+
+.PHONY: translation
+
+translation:
+ $(SILENT) echo Generating mame.po
+ $(SILENT) find src -iname "*.cpp" | xargs xgettext --from-code=ASCII -k_ --default-domain=mame