diff options
| author | fukachan <fukachan> | 2001-02-28 06:33:51 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-02-28 06:33:51 +0000 |
| commit | 72b305f51235e05ccdcbf384f54b520ed52fb969 (patch) | |
| tree | 35eabc1a6c0690f1110830aa203e2b8ef75ac098 /fml/lib/FML | |
| parent | 2369d0f2e6b3e353b68d56593e36f26c944c9730 (diff) | |
| download | fml8-72b305f51235e05ccdcbf384f54b520ed52fb969.tar.gz fml8-72b305f51235e05ccdcbf384f54b520ed52fb969.tar.bz2 fml8-72b305f51235e05ccdcbf384f54b520ed52fb969.zip | |
update documents
Diffstat (limited to 'fml/lib/FML')
| -rw-r--r-- | fml/lib/FML/CGI/.cvsignore | 1 | ||||
| -rw-r--r-- | fml/lib/FML/CGI/Makefile | 6 | ||||
| -rw-r--r-- | fml/lib/FML/CGI/index.ja.html | 23 | ||||
| -rw-r--r-- | fml/lib/FML/Makefile | 1 | ||||
| -rw-r--r-- | fml/lib/FML/Process/index.ja.html | 6 | ||||
| -rw-r--r-- | fml/lib/FML/index.ja.html | 3 |
6 files changed, 40 insertions, 0 deletions
diff --git a/fml/lib/FML/CGI/.cvsignore b/fml/lib/FML/CGI/.cvsignore new file mode 100644 index 00000000..b643ba41 --- /dev/null +++ b/fml/lib/FML/CGI/.cvsignore @@ -0,0 +1 @@ +@@doc diff --git a/fml/lib/FML/CGI/Makefile b/fml/lib/FML/CGI/Makefile new file mode 100644 index 00000000..795737fa --- /dev/null +++ b/fml/lib/FML/CGI/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/FML/CGI/index.ja.html b/fml/lib/FML/CGI/index.ja.html new file mode 100644 index 00000000..4f5a1a87 --- /dev/null +++ b/fml/lib/FML/CGI/index.ja.html @@ -0,0 +1,23 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML> +<HEAD> +<TITLE> +FML/CGI::* classes +</TITLE> +<META http-equiv="Content-Type" + content="text/html; charset=EUC-JP"> +</HEAD> + +<BODY BGCOLOR="#E6E6FA"> +<CENTER><EM>FML::CGI class modules</EM></CENTER> +<HR> +<TABLE BRODER=4> +<TR> +<TD> + FML::CGI::TicketSystem <TD> +<A HREF="TicketSystem.pm">[source]</A> +<TD> +<A HREF="@@doc/TicketSystem.txt">[doc]</A> +</TABLE> +</BODY> +</HTML> diff --git a/fml/lib/FML/Makefile b/fml/lib/FML/Makefile index 5d691d9b..4d179ed7 100644 --- a/fml/lib/FML/Makefile +++ b/fml/lib/FML/Makefile @@ -10,6 +10,7 @@ index.ja.html: *.pm (cd Process; make html) (cd Ticket/Model; make html) (cd Ticket; make html) + (cd CGI; make html) ../../../doc/bin/dir2url.pl > index.ja.html _clean: diff --git a/fml/lib/FML/Process/index.ja.html b/fml/lib/FML/Process/index.ja.html index 020df479..1c23c1be 100644 --- a/fml/lib/FML/Process/index.ja.html +++ b/fml/lib/FML/Process/index.ja.html @@ -14,6 +14,12 @@ FML/Process::* classes <TABLE BRODER=4> <TR> <TD> + FML::Process::CGI <TD> +<A HREF="CGI.pm">[source]</A> +<TD> +<A HREF="@@doc/CGI.txt">[doc]</A> +<TR> +<TD> FML::Process::Command <TD> <A HREF="Command.pm">[source]</A> <TD> diff --git a/fml/lib/FML/index.ja.html b/fml/lib/FML/index.ja.html index a9b1558a..0fd865ef 100644 --- a/fml/lib/FML/index.ja.html +++ b/fml/lib/FML/index.ja.html @@ -20,6 +20,9 @@ FML::* classes <A HREF="@@doc/Article.txt">[doc]</A> <TR> <TD> + <A HREF=CGI/index.ja.html>FML::CGI::* class</A> +<TR> +<TD> FML::Checksum <TD> <A HREF="Checksum.pm">[source]</A> <TD> |
