diff options
| author | fukachan <fukachan> | 2001-11-27 08:50:06 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-11-27 08:50:06 +0000 |
| commit | a4648fc475f4e11134a2a57e652b74d39a7920a5 (patch) | |
| tree | 3c320cc94f8955ac9c58d12603c1ddb8e17b355f /fml/libexec | |
| parent | 1d49ae9eb55e54d112dd2a4d5986d0e537783508 (diff) | |
| download | fml8-a4648fc475f4e11134a2a57e652b74d39a7920a5.tar.gz fml8-a4648fc475f4e11134a2a57e652b74d39a7920a5.tar.bz2 fml8-a4648fc475f4e11134a2a57e652b74d39a7920a5.zip | |
disable index.ja.html creation
Diffstat (limited to 'fml/libexec')
| -rw-r--r-- | fml/libexec/.cvsignore | 2 | ||||
| -rw-r--r-- | fml/libexec/Makefile | 8 | ||||
| -rw-r--r-- | fml/libexec/index.ja.html | 12 |
3 files changed, 5 insertions, 17 deletions
diff --git a/fml/libexec/.cvsignore b/fml/libexec/.cvsignore deleted file mode 100644 index 2806ea45..00000000 --- a/fml/libexec/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -@@doc -loader diff --git a/fml/libexec/Makefile b/fml/libexec/Makefile index 0ffede03..cca3a1fe 100644 --- a/fml/libexec/Makefile +++ b/fml/libexec/Makefile @@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.3 2001/05/30 14:34:41 fukachan Exp $ +# $FML: Makefile,v 1.4 2001/11/17 11:44:31 fukachan Exp $ # all: anal @@ -9,12 +9,6 @@ anal: html: index.ja.html -index.ja.html: *.pm loader.in - ../../fml/utils/bin/dir2url.pl > index.ja.html - -_clean: - rm -f index.ja.html */index.ja.html - clean: (cd ../..;make clean) diff --git a/fml/libexec/index.ja.html b/fml/libexec/index.ja.html index d79a5b83..5a910392 100644 --- a/fml/libexec/index.ja.html +++ b/fml/libexec/index.ja.html @@ -2,25 +2,21 @@ <HTML> <HEAD> <TITLE> -exec::* classes +libexec/ </TITLE> <META http-equiv="Content-Type" content="text/html; charset=EUC-JP"> </HEAD> <BODY BGCOLOR="#E6E6FA"> -<CENTER><EM>exec class modules</EM></CENTER> +<CENTER><EM>libexec/ class modules</EM></CENTER> <HR> <TABLE> <TR> <TD> - Standalone.pm <TD> -<A HREF="Standalone.pm">[source]</A> -<TD> -<A HREF="@@doc/Standalone.txt">[manual]</A> + loader <TD> +<A HREF="loader.in">[source]</A> <TD> </TABLE> </BODY> </HTML> -*** warning *** -unknown file type loader.in |
