diff options
| author | fukachan <fukachan> | 2001-01-27 09:21:00 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-01-27 09:21:00 +0000 |
| commit | cdfe1713ec7952781dc4e613a35e8ff617849004 (patch) | |
| tree | 8cff9b1f07d340a678c4240bdc23ca4f341a8560 /fml/lib/IO/File | |
| parent | cf121ba998595a4b6c5668066fe54c9c31780670 (diff) | |
| download | fml8-cdfe1713ec7952781dc4e613a35e8ff617849004.tar.gz fml8-cdfe1713ec7952781dc4e613a35e8ff617849004.tar.bz2 fml8-cdfe1713ec7952781dc4e613a35e8ff617849004.zip | |
clean document campaign (2001/01 end)
align format by doc/bin/dir2url.pl
prepare missing index.ja.html at each directory
Diffstat (limited to 'fml/lib/IO/File')
| -rw-r--r-- | fml/lib/IO/File/Makefile | 6 | ||||
| -rw-r--r-- | fml/lib/IO/File/index.ja.html | 18 |
2 files changed, 24 insertions, 0 deletions
diff --git a/fml/lib/IO/File/Makefile b/fml/lib/IO/File/Makefile new file mode 100644 index 00000000..795737fa --- /dev/null +++ b/fml/lib/IO/File/Makefile @@ -0,0 +1,6 @@ +all: html + +html: index.ja.html + +index.ja.html: *pm + ../../../../doc/bin/dir2url.pl > index.ja.html diff --git a/fml/lib/IO/File/index.ja.html b/fml/lib/IO/File/index.ja.html new file mode 100644 index 00000000..18a2afa7 --- /dev/null +++ b/fml/lib/IO/File/index.ja.html @@ -0,0 +1,18 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML> +<HEAD> +<TITLE> +IO/File::* classes +</TITLE> +<META http-equiv="Content-Type" + content="text/html; charset=EUC-JP"> +</HEAD> + +<BODY BGCOLOR="#E6E6FA"> +<P> IO::File classes +<BR> +<UL> + <LI> <A HREF="Atomic.pm">IO::File::Atomic</A> +</UL> +</BODY> +</HTML> |
