CfgUSBLoader/Languages/Makefile

15 lines
234 B
Makefile
Raw Permalink Normal View History

VERSION = $(shell sed -n '/^VERSION/{s/^.*=[\t ]*//p;Q}' ../Makefile)
all: zip
clean:
rm -f *miss.lang *.zip lang?*.pot
zip: clean
echo $(VERSION)
./msg_merge.sh lang.pot
./msg_miss.sh
zip lang$(VERSION).zip *.lang lang.pot