diff options
| author | fukachan <fukachan> | 2001-02-24 05:42:33 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-02-24 05:42:33 +0000 |
| commit | 6fdc080604025fbb673dfd7e98650a761a1b2fe0 (patch) | |
| tree | 82d9c67a953eccb614b78a9e6df08b02985db449 | |
| parent | 856de6c34efd15233031bf0ac3de661fb336a1d9 (diff) | |
| download | fml8-6fdc080604025fbb673dfd7e98650a761a1b2fe0.tar.gz fml8-6fdc080604025fbb673dfd7e98650a761a1b2fe0.tar.bz2 fml8-6fdc080604025fbb673dfd7e98650a761a1b2fe0.zip | |
nuke t/ directory which contains test scripts
| -rwxr-xr-x | doc/bin/dir2url.pl | 1 | ||||
| -rw-r--r-- | fml/lib/IO/index.ja.html | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/bin/dir2url.pl b/doc/bin/dir2url.pl index ebefab1d..ba9b43f9 100755 --- a/doc/bin/dir2url.pl +++ b/doc/bin/dir2url.pl @@ -54,6 +54,7 @@ sub Show next if $pathname =~ /\~$/; next if $pathname =~ /pod$/; next if $pathname eq 'CVS'; + next if $pathname eq 't'; # test directory next if $pathname =~ /^index/; next if $pathname eq 'Makefile'; diff --git a/fml/lib/IO/index.ja.html b/fml/lib/IO/index.ja.html index e224bcbf..304f4c93 100644 --- a/fml/lib/IO/index.ja.html +++ b/fml/lib/IO/index.ja.html @@ -24,9 +24,6 @@ IO::* classes <A HREF="MapAdapter.pm">[source]</A> <TD> <A HREF="MapAdapter.txt">[doc]</A> -<TR> -<TD> -t/ </TABLE> </BODY> </HTML> |
