diff options
Diffstat (limited to 'fml/lib/FML/Header')
| -rw-r--r-- | fml/lib/FML/Header/Makefile | 6 | ||||
| -rw-r--r-- | fml/lib/FML/Header/index.ja.html | 18 |
2 files changed, 24 insertions, 0 deletions
diff --git a/fml/lib/FML/Header/Makefile b/fml/lib/FML/Header/Makefile new file mode 100644 index 00000000..795737fa --- /dev/null +++ b/fml/lib/FML/Header/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/Header/index.ja.html b/fml/lib/FML/Header/index.ja.html new file mode 100644 index 00000000..c5668637 --- /dev/null +++ b/fml/lib/FML/Header/index.ja.html @@ -0,0 +1,18 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML> +<HEAD> +<TITLE> +FML/Header::* classes +</TITLE> +<META http-equiv="Content-Type" + content="text/html; charset=EUC-JP"> +</HEAD> + +<BODY BGCOLOR="#E6E6FA"> +<P> FML::Header classes +<BR> +<UL> + <LI> <A HREF="Subject.pm">FML::Header::Subject</A> +</UL> +</BODY> +</HTML> |
