summaryrefslogtreecommitdiff
path: root/fml/lib/Mail/Delivery/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fml/lib/Mail/Delivery/Makefile')
-rw-r--r--fml/lib/Mail/Delivery/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/fml/lib/Mail/Delivery/Makefile b/fml/lib/Mail/Delivery/Makefile
new file mode 100644
index 00000000..86f70b09
--- /dev/null
+++ b/fml/lib/Mail/Delivery/Makefile
@@ -0,0 +1,16 @@
+all: anal
+
+anal:
+ @ find . | sort | grep -v CVS | sed 's@./@@'
+
+html: index.ja.html
+
+index.ja.html: *.pm
+ (cd Net; make html)
+ ../../../../doc/bin/dir2url.pl > index.ja.html
+
+_clean:
+ rm -f index.ja.html */index.ja.html
+
+clean:
+ (cd ../../../..;make clean)