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 | |
| 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')
| -rw-r--r-- | fml/lib/IO/Adapter/Makefile | 6 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/index.ja.html | 22 | ||||
| -rw-r--r-- | fml/lib/IO/File/Makefile | 6 | ||||
| -rw-r--r-- | fml/lib/IO/File/index.ja.html | 18 | ||||
| -rw-r--r-- | fml/lib/IO/Makefile | 17 | ||||
| -rw-r--r-- | fml/lib/IO/index.ja.html | 20 |
6 files changed, 75 insertions, 14 deletions
diff --git a/fml/lib/IO/Adapter/Makefile b/fml/lib/IO/Adapter/Makefile new file mode 100644 index 00000000..795737fa --- /dev/null +++ b/fml/lib/IO/Adapter/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/Adapter/index.ja.html b/fml/lib/IO/Adapter/index.ja.html new file mode 100644 index 00000000..7f55f55c --- /dev/null +++ b/fml/lib/IO/Adapter/index.ja.html @@ -0,0 +1,22 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML> +<HEAD> +<TITLE> +IO/Adapter::* classes +</TITLE> +<META http-equiv="Content-Type" + content="text/html; charset=EUC-JP"> +</HEAD> + +<BODY BGCOLOR="#E6E6FA"> +<P> IO::Adapter classes +<BR> +<UL> + <LI> <A HREF="File.pm">IO::Adapter::File</A> + <LI> <A HREF="LDAP.pm">IO::Adapter::LDAP</A> + <LI> <A HREF="NIS.pm">IO::Adapter::NIS</A> + <LI> <A HREF="RDBMS.pm">IO::Adapter::RDBMS</A> + <LI> <A HREF="UnixGroup.pm">IO::Adapter::UnixGroup</A> +</UL> +</BODY> +</HTML> 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> diff --git a/fml/lib/IO/Makefile b/fml/lib/IO/Makefile new file mode 100644 index 00000000..f112eb47 --- /dev/null +++ b/fml/lib/IO/Makefile @@ -0,0 +1,17 @@ +all: anal + +anal: + @ find . | sort | grep -v CVS | sed 's@./@@' + +html: _clean index.ja.html + +index.ja.html: *.pm + (cd File; make html) + (cd Adapter; make html) + ../../../doc/bin/dir2url.pl > index.ja.html + +_clean: + rm -f index.ja.html */index.ja.html + +clean: + (cd ../../..;make clean) diff --git a/fml/lib/IO/index.ja.html b/fml/lib/IO/index.ja.html index 583cea51..868b9002 100644 --- a/fml/lib/IO/index.ja.html +++ b/fml/lib/IO/index.ja.html @@ -2,27 +2,19 @@ <HTML> <HEAD> <TITLE> -IO:: クラス +IO::* classes </TITLE> <META http-equiv="Content-Type" content="text/html; charset=EUC-JP"> </HEAD> -<CENTER> -IO:: クラス -</CENTER> - <BODY BGCOLOR="#E6E6FA"> -<!-- ================== body =========================================== --> - +<P> IO classes +<BR> <UL> - <LI> - <A HREF=MapAdapter.pm>MapAdapter.pm</A> - + <LI> <A HREF=Adapter/index.ja.html>IO::Adapter::*</A> + <LI> <A HREF=File/index.ja.html>IO::File::*</A> + <LI> <A HREF="MapAdapter.pm">IO::MapAdapter</A> </UL> - -<!-- =================================================================== --> </BODY> </HTML> - - |
