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

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

html:	index.ja.html

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

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

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