diff options
Diffstat (limited to 'fml/lib/FML/Makefile')
| -rw-r--r-- | fml/lib/FML/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fml/lib/FML/Makefile b/fml/lib/FML/Makefile index 08cebdec..5d691d9b 100644 --- a/fml/lib/FML/Makefile +++ b/fml/lib/FML/Makefile @@ -2,3 +2,18 @@ all: anal anal: @ find . | sort | grep -v CVS | sed 's@./@@' + +html: _clean index.ja.html + +index.ja.html: *.pm + (cd Header; make html) + (cd Process; make html) + (cd Ticket/Model; make html) + (cd Ticket; make html) + ../../../doc/bin/dir2url.pl > index.ja.html + +_clean: + rm -f index.ja.html */index.ja.html + +clean: + (cd ../../..;make clean) |
