diff options
| author | fukachan <fukachan> | 2001-05-30 14:34:41 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-05-30 14:34:41 +0000 |
| commit | 48a3f038d2969351aa63d366eb87e34bf862447b (patch) | |
| tree | fd5012c4c01ae4440183c7a547732d323db766d3 /fml/libexec | |
| parent | b8627a761d1f0efff0fa6249ff031838315d8226 (diff) | |
| download | fml8-48a3f038d2969351aa63d366eb87e34bf862447b.tar.gz fml8-48a3f038d2969351aa63d366eb87e34bf862447b.tar.bz2 fml8-48a3f038d2969351aa63d366eb87e34bf862447b.zip | |
fix path for dir2url
Diffstat (limited to 'fml/libexec')
| -rw-r--r-- | fml/libexec/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fml/libexec/Makefile b/fml/libexec/Makefile index 38c66e21..5d12b988 100644 --- a/fml/libexec/Makefile +++ b/fml/libexec/Makefile @@ -1,3 +1,7 @@ +# +# $FML$ +# + all: anal anal: @@ -6,10 +10,11 @@ anal: html: index.ja.html index.ja.html: *.pm loader - ../../doc/bin/dir2url.pl > index.ja.html + ../../fml/utils/bin/dir2url.pl > index.ja.html _clean: rm -f index.ja.html */index.ja.html clean: (cd ../..;make clean) + |
