diff options
| author | fukachan <fukachan> | 2006-01-19 11:46:22 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-01-19 11:46:22 +0000 |
| commit | e53ced50c3d1175861822bc17fe3db558c0aa7e6 (patch) | |
| tree | b12752bf03fc94592e702ca270ec0c76cd649b4c /regress/simulation | |
| parent | e0e45577a5f944bd061e3914c110473ce799cd75 (diff) | |
| download | fml8-e53ced50c3d1175861822bc17fe3db558c0aa7e6.tar.gz fml8-e53ced50c3d1175861822bc17fe3db558c0aa7e6.tar.bz2 fml8-e53ced50c3d1175861822bc17fe3db558c0aa7e6.zip | |
modified message a little.
pick up todo in tutorial document.
Diffstat (limited to 'regress/simulation')
| -rw-r--r-- | regress/simulation/Makefile | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/regress/simulation/Makefile b/regress/simulation/Makefile index 75fe882c..7b3ceda7 100644 --- a/regress/simulation/Makefile +++ b/regress/simulation/Makefile @@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.80 2005/10/08 04:20:50 fukachan Exp $ +# $FML: Makefile,v 1.81 2005/11/21 03:29:46 fukachan Exp $ # TMPFILE = /tmp/log.fml-devel.test @@ -27,6 +27,8 @@ check: @ echo " *********** 00_MEMO ********** " >> 33_TODO - grep '^\[TODO' 00_MEMO >> 33_TODO @ echo "" >> 33_TODO + @ make _doc_todo |tee -a 33_TODO + @ echo "" >> 33_TODO @ echo " *********** PERL SYNTAX CHECKS ********** " >> 33_TODO - (cd ../../fml; make check 2>&1 |\ grep -v 'syntax OK' |\ @@ -140,7 +142,19 @@ _doc_tutorial: (cd ../../fml/doc/en/tutorial;make -f Makefile.local) _doc_check: - (cd ../../fml/doc/ja/tutorial;make check) - (cd ../../fml/doc/en/tutorial;make check) - - + @ echo "" + @ echo "===> tutorial eheck (ja)" + @ (cd ../../fml/doc/ja/tutorial;make check) + @ echo "" + @ echo "" + @ echo "===> tutorial eheck (en)" + @ (cd ../../fml/doc/en/tutorial;make check) + @ echo "" + +_doc_todo: + @ echo "" + @ ( cd tutorial/ ;\ + perl ../../../../regress/doc/cat.pl |\ + perl ../../../../regress/doc/listup_todo_jp.pl;\ + ) + @ echo "" |
