added rule to generate MTGO cube

master
melvin 2012-03-13 16:13:52 +08:00
parent 9f8d444479
commit 529f0b6674
1 changed files with 3 additions and 0 deletions

View File

@ -233,6 +233,9 @@ cards/adam_cube.txt:
cards/AWinnarIsYou_cube.txt:
wget -O - http://www.tomlapille.com/cube/winnar_list.html | sed 's/<[^>]*>//g;s/^[ ]*//g;/^$$/d' > $@
cards/mtgo_cube.txt:
wget -O - https://www.wizards.com/magic/magazine/article.aspx?x=mtg/daily/arcana/927 | grep autoCard | sed 's/<[^<]*>//g;s/^[ ]*//g' > $@
daily: $(EXE)
mv $^ Magarena_`hg id -n`.exe
scripts/googlecode_upload.py \