diff options
| author | fukachan <fukachan> | 2005-10-08 04:20:50 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-10-08 04:20:50 +0000 |
| commit | 5757f1082d3a337814ae3185d796e11acb9f277b (patch) | |
| tree | e8ad7865493cee5fbb92f168a99f483690e8c38a /regress/simulation | |
| parent | b534ea11714d6dd9c742a2bb47294fb3b2cf8ce7 (diff) | |
| download | fml8-5757f1082d3a337814ae3185d796e11acb9f277b.tar.gz fml8-5757f1082d3a337814ae3185d796e11acb9f277b.tar.bz2 fml8-5757f1082d3a337814ae3185d796e11acb9f277b.zip | |
check: check tutorial definitions
Diffstat (limited to 'regress/simulation')
| -rw-r--r-- | regress/simulation/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/regress/simulation/Makefile b/regress/simulation/Makefile index a5442c02..50b06997 100644 --- a/regress/simulation/Makefile +++ b/regress/simulation/Makefile @@ -1,5 +1,5 @@ # -# $FML: Makefile,v 1.78 2004/05/19 14:20:26 fukachan Exp $ +# $FML: Makefile,v 1.79 2004/05/22 13:37:32 fukachan Exp $ # TMPFILE = /tmp/log.fml-devel.test @@ -54,7 +54,9 @@ check: sed -e 's@^lib//@@' -e 's@^lib/@@' |\ tee 44_STYLE @ echo "-- check messages" - @ (cd ../../fml/share/message; sh .diag.sh ) + @ (cd ../../fml/share/message; sh .diag.sh ) >> 33_TODO + @ echo "-- check tutorial" + @ make _doc_check |tee -a 33_TODO @ echo "-- clean up." - test -s 33_TODO || rm -f 33_TODO - test -s 44_STYLE || rm -f 44_STYLE @@ -137,3 +139,9 @@ $(LIST_TARGET): ../../fml/etc/src/config.cf.ja/command.cf _doc_tutorial: (cd ../../fml/doc/ja/tutorial;make -f Makefile.local) (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) + + |
