source:
Makefile@
349:41c486c8a0b4
Last change on this file since 349:41c486c8a0b4 was 276:b7b25febba1a, checked in by , 12 years ago | |
---|---|
File size: 171 bytes |
Rev | Line | |
---|---|---|
[276] | 1 | LANGUAGES=en hu |
2 | ||
3 | all: $(foreach lang,$(LANGUAGES),locale/$(lang)/LC_MESSAGES/mlx.mo) | |
4 | ||
5 | locale/%/LC_MESSAGES/mlx.mo: locale/%/mlx.po | |
6 | mkdir -p `dirname $@` | |
7 | msgfmt -o $@ $^ |
Note:
See TracBrowser
for help on using the repository browser.