added processing for todo list as well

This commit is contained in:
techdragon.nguyen@gmail.com
2011-02-04 13:41:24 +00:00
parent 767983631a
commit cab5a99833
6 changed files with 5012 additions and 14 deletions

View File

@@ -10,6 +10,8 @@
# cards in Wagic for use in the Miki.
# http://wololo.net/.
####################################################
grep '^name=' ../../bin/Res/sets/primitives/mtg.txt ../../bin/Res/sets/primitives/borderline.txt|sed s/name=// | sed s/.*txt:// |sort -iu > supportedCards.txt
grep '^name=' ../../bin/Res/sets/primitives/mtg.txt ../../bin/Res/sets/primitives/borderline.txt|sed s/name=// | sed s/.*txt:// |sort -iu > supported_cards.txt
grep '^name=' ../../bin/Res/sets/mtg_todo.dat |sed s/name=// | sed s/.*txt:// |sort -iu > todo_cards.txt
perl createHTMLList_SupportedCards.pl < supportedCards.txt
perl createHTMLList_SupportedCards.pl -i supported_cards.txt
perl createHTMLList_SupportedCards.pl -i todo_cards.txt -t todo