diff options
| author | fukachan <fukachan> | 2001-11-17 11:44:31 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-11-17 11:44:31 +0000 |
| commit | 0b1a0b5a4b7d4edff71c6c42a6f32e258e1abcb1 (patch) | |
| tree | bb76d0e709e733defea0ce56d6555f7948e8b846 /fml | |
| parent | f6f8a6c1019fd2bd8a9b8c9575390190b336b9ce (diff) | |
| download | fml8-0b1a0b5a4b7d4edff71c6c42a6f32e258e1abcb1.tar.gz fml8-0b1a0b5a4b7d4edff71c6c42a6f32e258e1abcb1.tar.bz2 fml8-0b1a0b5a4b7d4edff71c6c42a6f32e258e1abcb1.zip | |
hmm, loader is renamed, loader -> loader.in
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/libexec/.cvsignore | 2 | ||||
| -rw-r--r-- | fml/libexec/Makefile | 4 | ||||
| -rw-r--r-- | fml/libexec/index.ja.html | 9 |
3 files changed, 5 insertions, 10 deletions
diff --git a/fml/libexec/.cvsignore b/fml/libexec/.cvsignore index 955951e1..b643ba41 100644 --- a/fml/libexec/.cvsignore +++ b/fml/libexec/.cvsignore @@ -1 +1 @@ -loader +@@doc diff --git a/fml/libexec/Makefile b/fml/libexec/Makefile index 5d12b988..0ffede03 100644 --- a/fml/libexec/Makefile +++ b/fml/libexec/Makefile @@ -1,5 +1,5 @@ # -# $FML$ +# $FML: Makefile,v 1.3 2001/05/30 14:34:41 fukachan Exp $ # all: anal @@ -9,7 +9,7 @@ anal: html: index.ja.html -index.ja.html: *.pm loader +index.ja.html: *.pm loader.in ../../fml/utils/bin/dir2url.pl > index.ja.html _clean: diff --git a/fml/libexec/index.ja.html b/fml/libexec/index.ja.html index 25b00a43..d79a5b83 100644 --- a/fml/libexec/index.ja.html +++ b/fml/libexec/index.ja.html @@ -19,13 +19,8 @@ exec::* classes <TD> <A HREF="@@doc/Standalone.txt">[manual]</A> <TD> -<TR> -<TD> - loader <TD> -<A HREF="loader">[source]</A> -<TD> -<A HREF="@@doc/loader.txt">[manual]</A> -<TD> </TABLE> </BODY> </HTML> +*** warning *** +unknown file type loader.in |
