source:
Makefile@
318:392a0b72519a
Last change on this file since 318:392a0b72519a was 276:b7b25febba1a, checked in by , 12 years ago | |
---|---|
File size: 171 bytes |
Line | |
---|---|
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.