source: Makefile@ 276:b7b25febba1a

Last change on this file since 276:b7b25febba1a was 276:b7b25febba1a, checked in by István Váradi <ivaradi@…>, 12 years ago

Using gettext to translate strings

File size: 171 bytes
RevLine 
[276]1LANGUAGES=en hu
2
3all: $(foreach lang,$(LANGUAGES),locale/$(lang)/LC_MESSAGES/mlx.mo)
4
5locale/%/LC_MESSAGES/mlx.mo: locale/%/mlx.po
6 mkdir -p `dirname $@`
7 msgfmt -o $@ $^
Note: See TracBrowser for help on using the repository browser.