diff options
author | kramm <kramm> | 2004-06-02 19:12:36 +0000 |
---|---|---|
committer | kramm <kramm> | 2004-06-02 19:12:36 +0000 |
commit | c5185094615e30a40e606fd880498136135468b1 (patch) | |
tree | bbe637e6ec1b740e770326e3d9ef2794abb55ccc /doc | |
parent | 0ee778e96bf56d97c7e707aa2b9f8c604daf2f23 (diff) |
generated swf files are moved to data/ now.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/codebeautifier.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/codebeautifier.pl b/doc/codebeautifier.pl index 923c7b19..8ecfc29f 100644 --- a/doc/codebeautifier.pl +++ b/doc/codebeautifier.pl @@ -18,6 +18,7 @@ while(<stdin>) print stderr "swfc tmp.sc ($name)\n"; system("../src/swfc tmp.sc >&2"); ($embed = `swfdump -e $name`) =~ /WIDTH="([^"]*)"/; + system("cp $name data"); $width = $1; print "<td bgcolor=\"#ffffff\" width=\"$width\">"; print $embed; |