diff options
Diffstat (limited to 'fml/lib/FML/Language/Makefile')
| -rw-r--r-- | fml/lib/FML/Language/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fml/lib/FML/Language/Makefile b/fml/lib/FML/Language/Makefile new file mode 100644 index 00000000..2347ea49 --- /dev/null +++ b/fml/lib/FML/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) |
