From 48a3f038d2969351aa63d366eb87e34bf862447b Mon Sep 17 00:00:00 2001 From: fukachan Date: Wed, 30 May 2001 14:34:41 +0000 Subject: fix path for dir2url --- fml/libexec/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'fml/libexec') 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) + -- cgit v1.2.1