source: Makefile

Last change on this file was 439:21a64d42fa00, checked in by István Váradi <ivaradi@…>, 11 years ago

Implemented the code and PO file generator for the delay codes with a small number of delay codes (re #154)

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