determine version to build for rule zips based on README.txt

master
melvin 2012-02-24 13:59:40 +08:00
parent c33cf53923
commit 3835b1d0ee
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ EXE:=release/Magarena.exe
all: $(MAG) $(EXE) tags
zips:
make M`hg tags | cut -d' ' -f1 | grep -v tip | head -1`
make M`grep Release release/README.txt | head -1 | cut -d' ' -f2`
check_literals:
grep "\"" src/magic/card/* | awk -f scripts/check_literals.awk