From 54f52122f0490400a7723076f5f61705d897edae Mon Sep 17 00:00:00 2001 From: fukachan Date: Thu, 15 Mar 2001 20:05:16 +0000 Subject: fix document generation for IO::Adapter::MySQL --- fml/lib/IO/Adapter/Makefile | 5 ++++- fml/lib/IO/Adapter/MySQL/.cvsignore | 1 + fml/lib/IO/Adapter/MySQL/Makefile | 6 ++++++ fml/lib/IO/Adapter/MySQL/index.ja.html | 26 ++++++++++++++++++++++++++ fml/lib/IO/Adapter/index.ja.html | 4 +--- 5 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 fml/lib/IO/Adapter/MySQL/.cvsignore create mode 100644 fml/lib/IO/Adapter/MySQL/Makefile create mode 100644 fml/lib/IO/Adapter/MySQL/index.ja.html 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 @@ + + + + +IO/Adapter/MySQL::* classes + + + + + +
IO::Adapter::MySQL class modules
+
+ + +
+ toymodel.pm +[source] + +[manual] + +
+ + +*** 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 -MySQL/ + IO::Adapter::MySQL::* class NIS.pm @@ -60,5 +60,3 @@ MySQL/ -*** warning *** -Error: *** fail to convert MySQL *** -- cgit v1.2.1