diff options
Diffstat (limited to 'fml/lib/SQL/Makefile')
| -rw-r--r-- | fml/lib/SQL/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
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) |
