summaryrefslogtreecommitdiff
path: root/fml/lib/IO/Makefile
blob: 7267e55a096b9dad5dd3e852bb34ca92c9403716 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
all: anal

anal:
	@ find . | sort | grep -v CVS | sed 's@./@@'

html:	index.ja.html

index.ja.html: *.pm
	(cd File; make html)
	(cd Adapter; make html)
	../../../doc/bin/dir2url.pl > index.ja.html

_clean:
	rm -f index.ja.html */index.ja.html

clean:
	(cd ../../..;make clean)