wok diff nanochess/receipt @ rev 11180
Up: actionmailer to 3.1.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 03 00:11:32 2011 +0000 (2011-11-03) |
parents | 9166aeb21102 |
children | 7b70294d9737 |
line diff
1.1 --- a/nanochess/receipt Tue May 31 12:10:09 2011 +0200 1.2 +++ b/nanochess/receipt Thu Nov 03 00:11:32 2011 +0000 1.3 @@ -11,12 +11,8 @@ 1.4 compile_rules() 1.5 { 1.6 mkdir -p $src 2> /dev/null 1.7 + cp $stuff/index.html $src 1.8 cd $src 1.9 - _TARBALL=toledo_javascript_chess_3.html 1.10 - [ -s ${SOURCE_REPOSITORY:-$SRC}/$_TARBALL ] || 1.11 - wget -P ${SOURCE_REPOSITORY:-$SRC} \ 1.12 - $(dirname $WEB_SITE)/archive/$_TARBALL 1.13 - cp ${SOURCE_REPOSITORY:-$SRC}/$_TARBALL index.html && 1.14 sed -i -e 's/<select/\♟ \→ &/' \ 1.15 -e 's/50px/"+P+"px/g' -e 's/=60/="+H+"/g' \ 1.16 -e 's|for(a=|H=innerHeight/9;P=H*5/6;|' -e 's/^"<table/for(a=&/' \