incorporate incomplete scripts into score computation

master
melvin 2013-01-18 17:27:34 +08:00
parent 747f7cb257
commit 231e40356f
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ exp/%.log: $(MAG)
decks/dl:
for i in `curl http://www.wizards.com/magic/magazine/archive.aspx?tag=dailydeck | grep -o mtg/daily/deck/[0-9]* | cut -d'/' -f4`; do make decks/dd_$$i.dec; done
for i in `curl http://www.wizards.com/magic/magazine/archive.aspx?tag=topdeck | grep -o mtg/daily/td/[0-9]* | cut -d'/' -f4`; do make decks/td_$$i.dec; done
grep "name=" -r release/Magarena/incomplete | sed 's/.*name=/100 /' > decks/with_scripts.dec
%.fix_date:
touch $* -d "`cat $* | head -2 | tail -1 | sed 's/# //'`"