diff options
| author | fukachan <fukachan> | 2001-03-20 12:00:41 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-03-20 12:00:41 +0000 |
| commit | c671b63cd92e62d1a6aedc3add7843e67868fc8b (patch) | |
| tree | ccfe443f1599d2c9fce68a2421b2d367c6daacfc /fml/lib/Language/Makefile | |
| parent | 110d337a58d4952b1161bc2e70ba368ca83df8e0 (diff) | |
| download | fml8-snap-20010320.tar.gz fml8-snap-20010320.tar.bz2 fml8-snap-20010320.zip | |
s/Dialect/Language/snap-20010320
Diffstat (limited to 'fml/lib/Language/Makefile')
| -rw-r--r-- | fml/lib/Language/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fml/lib/Language/Makefile b/fml/lib/Language/Makefile new file mode 100644 index 00000000..2347ea49 --- /dev/null +++ b/fml/lib/Language/Makefile @@ -0,0 +1,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) |
