summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/Makefile
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-09-30 13:23:15 +0000
committerfukachan <fukachan>2005-09-30 13:23:15 +0000
commit7b9619d845ef9c597f281276545ab6540e3ade06 (patch)
tree465296959cbb82c0ac4bcfda851a19bd5180d239 /fml/doc/ja/tutorial/Makefile
parenta290ac30122a7e50ce55b332ca0e073673052e75 (diff)
downloadfml8-7b9619d845ef9c597f281276545ab6540e3ade06.tar.gz
fml8-7b9619d845ef9c597f281276545ab6540e3ade06.tar.bz2
fml8-7b9619d845ef9c597f281276545ab6540e3ade06.zip
define check rule
Diffstat (limited to 'fml/doc/ja/tutorial/Makefile')
-rw-r--r--fml/doc/ja/tutorial/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/Makefile b/fml/doc/ja/tutorial/Makefile
index c0cbf8d3..6eef47f6 100644
--- a/fml/doc/ja/tutorial/Makefile
+++ b/fml/doc/ja/tutorial/Makefile
@@ -1,5 +1,5 @@
#
-# $FML: Makefile,v 1.12 2004/04/07 11:01:01 fukachan Exp $
+# $FML: Makefile,v 1.13 2005/06/25 13:16:30 fukachan Exp $
#
# targets
@@ -41,3 +41,7 @@ export:
scan:
@ $(_MAKE) scan
+
+check:
+ @ perl ../../../../regress/doc/check.pl
+