diff options
| author | fukachan <fukachan> | 2001-03-13 17:23:04 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-03-13 17:23:04 +0000 |
| commit | 2928c800c7a24959326e2fe91e6d93627ca95a18 (patch) | |
| tree | 2b64b69c4e7a10b66b08876536bdfe7587a7e704 /fml/lib/File | |
| parent | 4d39d97fd47029cb61af0ba65d37159d09110fdb (diff) | |
| download | fml8-2928c800c7a24959326e2fe91e6d93627ca95a18.tar.gz fml8-2928c800c7a24959326e2fe91e6d93627ca95a18.tar.bz2 fml8-2928c800c7a24959326e2fe91e6d93627ca95a18.zip | |
fix dependence, fix typo
Diffstat (limited to 'fml/lib/File')
| -rw-r--r-- | fml/lib/File/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fml/lib/File/Makefile b/fml/lib/File/Makefile index 28fd7012..2eadbd96 100644 --- a/fml/lib/File/Makefile +++ b/fml/lib/File/Makefile @@ -3,7 +3,7 @@ all: anal anal: @ find . | sort | grep -v CVS | sed 's@./@@' -html: _clean index.ja.html +html: index.ja.html index.ja.html: *.pm ../../../doc/bin/dir2url.pl > index.ja.html |
