use ../src/swfc instead of $PATH/swfc.
authorkramm <kramm>
Thu, 27 May 2004 11:24:53 +0000 (11:24 +0000)
committerkramm <kramm>
Thu, 27 May 2004 11:24:53 +0000 (11:24 +0000)
doc/codebeautifier.pl

index de76026..923c7b1 100644 (file)
@@ -16,7 +16,7 @@ while(<stdin>)
 
        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="([^"]*)"/;
        $width = $1;
        print "<td bgcolor=\"#ffffff\" width=\"$width\">";