summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Language/Makefile
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-07-31 14:13:08 +0000
committerfukachan <fukachan>2001-07-31 14:13:08 +0000
commita5e69b8227d0918f554fa83b476ace8cf1834b7d (patch)
tree561b80d03a5969ff2d56eeae7e4ff266235fca04 /fml/lib/FML/Language/Makefile
parentd786264cf627e9f4ff1f660564f1a9bba9b294d8 (diff)
downloadfml8-snap-20010731.tar.gz
fml8-snap-20010731.tar.bz2
fml8-snap-20010731.zip
rename FML::NL to FML::Languagesnap-20010731
Diffstat (limited to 'fml/lib/FML/Language/Makefile')
-rw-r--r--fml/lib/FML/Language/Makefile16
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)