summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fml/libexec/Makefile7
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)
+