summaryrefslogtreecommitdiff
path: root/fml/lib/SQL/Makefile
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-03-18 04:55:52 +0000
committerfukachan <fukachan>2001-03-18 04:55:52 +0000
commitfbd7cf87af76ee575c062dc6326a5fb2cdabdf5f (patch)
treee1c62bc2f28f2f953ed22d5155945546cfe2a06d /fml/lib/SQL/Makefile
parent1da755d8a327d125d60d51320cf57a2e6ee610c9 (diff)
downloadfml8-fbd7cf87af76ee575c062dc6326a5fb2cdabdf5f.tar.gz
fml8-fbd7cf87af76ee575c062dc6326a5fb2cdabdf5f.tar.bz2
fml8-fbd7cf87af76ee575c062dc6326a5fb2cdabdf5f.zip
generate documents on SQL::
Diffstat (limited to 'fml/lib/SQL/Makefile')
-rw-r--r--fml/lib/SQL/Makefile18
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)