From fbd7cf87af76ee575c062dc6326a5fb2cdabdf5f Mon Sep 17 00:00:00 2001 From: fukachan Date: Sun, 18 Mar 2001 04:55:52 +0000 Subject: generate documents on SQL:: --- fml/lib/SQL/Makefile | 18 ++++++++++++++++++ fml/lib/SQL/Schema/.cvsignore | 1 + fml/lib/SQL/Schema/Makefile | 6 ++++++ fml/lib/SQL/Schema/index.ja.html | 24 ++++++++++++++++++++++++ fml/lib/SQL/index.ja.html | 20 ++++++++++++++++++++ 5 files changed, 69 insertions(+) create mode 100644 fml/lib/SQL/Makefile create mode 100644 fml/lib/SQL/Schema/.cvsignore create mode 100644 fml/lib/SQL/Schema/Makefile create mode 100644 fml/lib/SQL/Schema/index.ja.html create mode 100644 fml/lib/SQL/index.ja.html (limited to 'fml/lib/SQL') diff --git a/fml/lib/SQL/Makefile b/fml/lib/SQL/Makefile new file mode 100644 index 00000000..2fcb52ac --- /dev/null +++ b/fml/lib/SQL/Makefile @@ -0,0 +1,18 @@ +all: anal + +anal: + @ find . | sort | grep -v CVS | sed 's@./@@' + +html: _subdir index.ja.html + +_subdir: + (cd Schema;make html) + +index.ja.html: *.pm + ../../../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/SQL/Schema/.cvsignore b/fml/lib/SQL/Schema/.cvsignore new file mode 100644 index 00000000..b643ba41 --- /dev/null +++ b/fml/lib/SQL/Schema/.cvsignore @@ -0,0 +1 @@ +@@doc diff --git a/fml/lib/SQL/Schema/Makefile b/fml/lib/SQL/Schema/Makefile new file mode 100644 index 00000000..795737fa --- /dev/null +++ b/fml/lib/SQL/Schema/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/SQL/Schema/index.ja.html b/fml/lib/SQL/Schema/index.ja.html new file mode 100644 index 00000000..3667f127 --- /dev/null +++ b/fml/lib/SQL/Schema/index.ja.html @@ -0,0 +1,24 @@ + + + + +SQL/Schema::* classes + + + + + +
SQL::Schema class modules
+
+ + +
+ toymodel.pm +[source] + +[manual] + +
+ + diff --git a/fml/lib/SQL/index.ja.html b/fml/lib/SQL/index.ja.html new file mode 100644 index 00000000..2bc0c272 --- /dev/null +++ b/fml/lib/SQL/index.ja.html @@ -0,0 +1,20 @@ + + + + +SQL::* classes + + + + + +
SQL class modules
+
+ + +
+ SQL::Schema::* class +
+ + -- cgit v1.2.1