summaryrefslogtreecommitdiff
path: root/fml/lib/SQL
diff options
context:
space:
mode:
Diffstat (limited to 'fml/lib/SQL')
-rw-r--r--fml/lib/SQL/Makefile18
-rw-r--r--fml/lib/SQL/Schema/.cvsignore1
-rw-r--r--fml/lib/SQL/Schema/Makefile6
-rw-r--r--fml/lib/SQL/Schema/index.ja.html24
-rw-r--r--fml/lib/SQL/index.ja.html20
5 files changed, 69 insertions, 0 deletions
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD>
+<TITLE>
+SQL/Schema::* classes
+</TITLE>
+<META http-equiv="Content-Type"
+ content="text/html; charset=EUC-JP">
+</HEAD>
+
+<BODY BGCOLOR="#E6E6FA">
+<CENTER><EM>SQL::Schema 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>
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD>
+<TITLE>
+SQL::* classes
+</TITLE>
+<META http-equiv="Content-Type"
+ content="text/html; charset=EUC-JP">
+</HEAD>
+
+<BODY BGCOLOR="#E6E6FA">
+<CENTER><EM>SQL class modules</EM></CENTER>
+<HR>
+<TABLE>
+<TR>
+<TD>
+ <A HREF=Schema/index.ja.html>SQL::Schema::* class</A>
+</TABLE>
+</BODY>
+</HTML>