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/libexec | |
| parent | 4d39d97fd47029cb61af0ba65d37159d09110fdb (diff) | |
| download | fml8-2928c800c7a24959326e2fe91e6d93627ca95a18.tar.gz fml8-2928c800c7a24959326e2fe91e6d93627ca95a18.tar.bz2 fml8-2928c800c7a24959326e2fe91e6d93627ca95a18.zip | |
fix dependence, fix typo
Diffstat (limited to 'fml/libexec')
| -rw-r--r-- | fml/libexec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/libexec/Makefile b/fml/libexec/Makefile index 441df182..38c66e21 100644 --- a/fml/libexec/Makefile +++ b/fml/libexec/Makefile @@ -3,9 +3,9 @@ all: anal anal: @ find . | sort | grep -v CVS | sed 's@./@@' -html: _clean index.ja.html +html: index.ja.html -index.ja.html: *.pm +index.ja.html: *.pm loader ../../doc/bin/dir2url.pl > index.ja.html _clean: |
