X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=doc%2Fcodebeautifier.pl;h=8ecfc29f325beea1fd09fceca12afa0905e42718;hb=c5185094615e30a40e606fd880498136135468b1;hp=de760261ed2adcae54577ae674f6b3f500457cb4;hpb=cfde3bddd44142b4582624dac65f0602cab8e899;p=swftools.git diff --git a/doc/codebeautifier.pl b/doc/codebeautifier.pl index de76026..8ecfc29 100644 --- a/doc/codebeautifier.pl +++ b/doc/codebeautifier.pl @@ -16,8 +16,9 @@ while() open(fi, ">tmp.sc");print fi $code;close(fi); print stderr "swfc tmp.sc ($name)\n"; - system("swfc tmp.sc >&2"); + system("../src/swfc tmp.sc >&2"); ($embed = `swfdump -e $name`) =~ /WIDTH="([^"]*)"/; + system("cp $name data"); $width = $1; print ""; print $embed;