remove use of iconv

master
melvin 2013-07-13 19:56:40 +08:00
parent 69fbb95078
commit 7ffff51e35
1 changed files with 2 additions and 2 deletions

View File

@ -258,8 +258,8 @@ decks/mtgtop8_%.dec:
wget "http://www.mtgtop8.com/export_files/deck$*.mwDeck" -O $@
ref/rules.txt:
curl `wget http://www.wizards.com/magic/rules -O - | grep txt | cut -d'"' -f4` | iconv -f utf-16 -t ascii | fmt -s > $@
flip -u $@
curl `wget http://www.wizards.com/magic/rules -O - | grep txt | cut -d'"' -f4` | fmt -s > $@
flip -bu $@
resources/magic/data/icons/missing_card.png:
convert -background gray -bordercolor black -border 5x5 -size 302x435 \