summaryrefslogtreecommitdiff
path: root/fml/lib/FML/NL/Makefile
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-06-10 04:11:39 +0000
committerfukachan <fukachan>2001-06-10 04:11:39 +0000
commit086c2fca31c9dc804bf51bf1ac73d51ce9c86fb1 (patch)
treec1797ffbcf15278eeb1785300c4559994ae38828 /fml/lib/FML/NL/Makefile
parent8b5be8a2811127a8ccc3cbb7adc4d503a3b2f50b (diff)
downloadfml8-snap-20010610.tar.gz
fml8-snap-20010610.tar.bz2
fml8-snap-20010610.zip
move Language:: to FML::NL::snap-20010610
Diffstat (limited to 'fml/lib/FML/NL/Makefile')
-rw-r--r--fml/lib/FML/NL/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/fml/lib/FML/NL/Makefile b/fml/lib/FML/NL/Makefile
new file mode 100644
index 00000000..2347ea49
--- /dev/null
+++ b/fml/lib/FML/NL/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)