diff options
| author | fukachan <fukachan> | 2001-03-15 20:05:16 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-03-15 20:05:16 +0000 |
| commit | 54f52122f0490400a7723076f5f61705d897edae (patch) | |
| tree | d9544845b1e353b31e5f1b0fa3cf8756883dfd7d | |
| parent | 2ffa0e8cb666b1826df83483c5259010db6358d9 (diff) | |
| download | fml8-54f52122f0490400a7723076f5f61705d897edae.tar.gz fml8-54f52122f0490400a7723076f5f61705d897edae.tar.bz2 fml8-54f52122f0490400a7723076f5f61705d897edae.zip | |
fix document generation for IO::Adapter::MySQL
| -rw-r--r-- | fml/lib/IO/Adapter/Makefile | 5 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/MySQL/.cvsignore | 1 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/MySQL/Makefile | 6 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/MySQL/index.ja.html | 26 | ||||
| -rw-r--r-- | fml/lib/IO/Adapter/index.ja.html | 4 |
5 files changed, 38 insertions, 4 deletions
diff --git a/fml/lib/IO/Adapter/Makefile b/fml/lib/IO/Adapter/Makefile index 795737fa..a8c75025 100644 --- a/fml/lib/IO/Adapter/Makefile +++ b/fml/lib/IO/Adapter/Makefile @@ -1,6 +1,9 @@ all: html -html: index.ja.html +html: _subdir index.ja.html + +_subdir: + (cd MySQL;make html) index.ja.html: *pm ../../../../doc/bin/dir2url.pl > index.ja.html diff --git a/fml/lib/IO/Adapter/MySQL/.cvsignore b/fml/lib/IO/Adapter/MySQL/.cvsignore new file mode 100644 index 00000000..b643ba41 --- /dev/null +++ b/fml/lib/IO/Adapter/MySQL/.cvsignore @@ -0,0 +1 @@ +@@doc diff --git a/fml/lib/IO/Adapter/MySQL/Makefile b/fml/lib/IO/Adapter/MySQL/Makefile new file mode 100644 index 00000000..ad6d2b69 --- /dev/null +++ b/fml/lib/IO/Adapter/MySQL/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/MySQL/index.ja.html b/fml/lib/IO/Adapter/MySQL/index.ja.html new file mode 100644 index 00000000..c3f4ee3e --- /dev/null +++ b/fml/lib/IO/Adapter/MySQL/index.ja.html @@ -0,0 +1,26 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML> +<HEAD> +<TITLE> +IO/Adapter/MySQL::* classes +</TITLE> +<META http-equiv="Content-Type" + content="text/html; charset=EUC-JP"> +</HEAD> + +<BODY BGCOLOR="#E6E6FA"> +<CENTER><EM>IO::Adapter::MySQL class modules</EM></CENTER> +<HR> +<TABLE> +<TR> +<TD> + toymodel.pm <TD> +<A HREF="toymodel.pm">[source]</A> +<TD> +<A HREF="@@doc/toymodel.txt">[manual]</A> +<TD> +</TABLE> +</BODY> +</HTML> +*** warning *** +unknown file type TODO diff --git a/fml/lib/IO/Adapter/index.ja.html b/fml/lib/IO/Adapter/index.ja.html index 1bdbd31c..1bf3f361 100644 --- a/fml/lib/IO/Adapter/index.ja.html +++ b/fml/lib/IO/Adapter/index.ja.html @@ -35,7 +35,7 @@ IO/Adapter::* classes <TD> <TR> <TD> -MySQL/ + <A HREF=MySQL/index.ja.html>IO::Adapter::MySQL::* class</A> <TR> <TD> NIS.pm <TD> @@ -60,5 +60,3 @@ MySQL/ </TABLE> </BODY> </HTML> -*** warning *** -Error: *** fail to convert MySQL *** |
