From 6d6d6e55958bbbb8efe3cef17ecbbe4f04aefdf4 Mon Sep 17 00:00:00 2001 From: fukachan Date: Fri, 30 Sep 2005 13:48:41 +0000 Subject: define check rule --- fml/doc/en/tutorial/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fml/doc/en/tutorial/Makefile b/fml/doc/en/tutorial/Makefile index 5e1f717c..c0395c16 100644 --- a/fml/doc/en/tutorial/Makefile +++ b/fml/doc/en/tutorial/Makefile @@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.1 2003/07/24 15:37:34 fukachan Exp $ +# $FML: Makefile,v 1.2 2005/06/26 00:06:53 fukachan Exp $ # $jaFML: Makefile,v 1.11 2001/05/01 09:15:21 fukachan Exp $ # @@ -42,3 +42,7 @@ export: scan: @ $(_MAKE) scan + +check: + perl ../../../../regress/doc/check.pl + -- cgit v1.2.1