rule to download updated MTGO cube

master
melvin 2012-07-05 15:53:36 +08:00
parent 6f933610db
commit 00939e3e55
1 changed files with 3 additions and 0 deletions

View File

@ -246,6 +246,9 @@ cards/AWinnarIsYou_cube.txt:
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' > $@
cards/mtgo_cube2.txt:
wget -O - https://www.wizards.com/magic/magazine/article.aspx?x=mtg/daily/other/07032012d | grep autoCard | sed 's/<[^<]*>//g;s/^[ ]*//g' > $@
daily: $(EXE)
mv $^ Magarena_`hg id -n`.exe
scripts/googlecode_upload.py \