summaryrefslogtreecommitdiff
path: root/fml/libexec/Makefile
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-03-09 04:24:39 +0000
committerfukachan <fukachan>2001-03-09 04:24:39 +0000
commitb08b2a5f71053fc4bf87141b84365285e0c90692 (patch)
treebebcc32579a4ddc6d44c761390c4b27c511c5e4f /fml/libexec/Makefile
parent15776c09375567276f6cbf3321c780d6467540af (diff)
downloadfml8-b08b2a5f71053fc4bf87141b84365285e0c90692.tar.gz
fml8-b08b2a5f71053fc4bf87141b84365285e0c90692.tar.bz2
fml8-b08b2a5f71053fc4bf87141b84365285e0c90692.zip
clean up documents
Diffstat (limited to 'fml/libexec/Makefile')
-rw-r--r--fml/libexec/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/fml/libexec/Makefile b/fml/libexec/Makefile
new file mode 100644
index 00000000..441df182
--- /dev/null
+++ b/fml/libexec/Makefile
@@ -0,0 +1,15 @@
+all: anal
+
+anal:
+ @ find . | sort | grep -v CVS | sed 's@./@@'
+
+html: _clean index.ja.html
+
+index.ja.html: *.pm
+ ../../doc/bin/dir2url.pl > index.ja.html
+
+_clean:
+ rm -f index.ja.html */index.ja.html
+
+clean:
+ (cd ../..;make clean)