added rule to download the latest rules

master
melvin 2011-06-20 14:06:10 +08:00
parent 4884508485
commit d5eb483adb
1 changed files with 4 additions and 0 deletions

View File

@ -119,3 +119,7 @@ decks/mf_%.dec: scripts/dailyhtml2dec.awk
# Top Decks 1 - 147
decks/td_%.dec: scripts/dailyhtml2dec.awk
curl http://www.wizards.com/Magic/Magazine/Article.aspx?x=mtg/daily/td/$* | awk -f $^ > $@
ref/rules.txt:
curl http://www.wizards.com/magic/comprules/MagicCompRules_20110617.txt | fmt -s > $@
flip -u $@