From fbd7cf87af76ee575c062dc6326a5fb2cdabdf5f Mon Sep 17 00:00:00 2001 From: fukachan Date: Sun, 18 Mar 2001 04:55:52 +0000 Subject: generate documents on SQL:: --- fml/lib/SQL/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 fml/lib/SQL/Makefile (limited to 'fml/lib/SQL/Makefile') diff --git a/fml/lib/SQL/Makefile b/fml/lib/SQL/Makefile new file mode 100644 index 00000000..2fcb52ac --- /dev/null +++ b/fml/lib/SQL/Makefile @@ -0,0 +1,18 @@ +all: anal + +anal: + @ find . | sort | grep -v CVS | sed 's@./@@' + +html: _subdir index.ja.html + +_subdir: + (cd Schema;make html) + +index.ja.html: *.pm + ../../../doc/bin/dir2url.pl > index.ja.html + +_clean: + rm -f index.ja.html */index.ja.html + +clean: + (cd ../../..;make clean) -- cgit v1.2.1