correct image URL to mtgimage.com as part of script normalization

master
melvin 2014-01-24 10:08:41 +08:00
parent 407e352294
commit c37930c835
1 changed files with 2 additions and 0 deletions

View File

@ -636,6 +636,8 @@ normalize_files:
sed -i -e 's/\t/ /g' ${FILES}
# remove empty lines in scripts
sed -i -e '/^\s*$$/d' release/Magarena/scripts/*.txt
# use mtgimage
make mtgimage
%.post:
@echo "[img]"`grep -o "http.*jpg" release/Magarena/scripts/$*.txt`"[/img]"