diff options
| author | fukachan <fukachan> | 2001-04-03 09:53:28 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-04-03 09:53:28 +0000 |
| commit | a66bacedf58e41da62a6b401fabc18f31c929d88 (patch) | |
| tree | ab37bd76e76d2cc1fd4a19869c6dba730a50bf51 /fml/lib/Mail/Makefile | |
| parent | ebc2b10e731301a8bbaa306004b7d4df82bcfdf0 (diff) | |
| download | fml8-snap-20010403.tar.gz fml8-snap-20010403.tar.bz2 fml8-snap-20010403.zip | |
change class hierarchy from MailingList:: to Mail::snap-20010403
The entrance to these module is Mail::Delivery and all operations of
mail content is served by Mail::Message.
Diffstat (limited to 'fml/lib/Mail/Makefile')
| -rw-r--r-- | fml/lib/Mail/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fml/lib/Mail/Makefile b/fml/lib/Mail/Makefile new file mode 100644 index 00000000..e7ce3c86 --- /dev/null +++ b/fml/lib/Mail/Makefile @@ -0,0 +1,16 @@ +all: anal + +anal: + @ find . | sort | grep -v CVS | sed 's@./@@' + +html: index.ja.html + +index.ja.html: *.pm + (cd Delivery; make html) + ../../../doc/bin/dir2url.pl > index.ja.html + +_clean: + rm -f index.ja.html */index.ja.html + +clean: + (cd ../../..;make clean) |
