Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.221 1999/12/22 05:15:51 peterg +## Set to version 4.0. +## ## Revision 1.220 1999/12/17 03:17:57 peterg ## reps_made is now $1_reps_made - stops clash between two reps per directory ## ## Revision 1.219 1999/12/14 00:36:50 peterg ## Changed $source to $stdin and added to mtt_m2p arg list @@ -967,11 +970,11 @@ fi if [ "$1" = "manual" ] && [$2 = ""]; then mtt_check_var "$PSVIEW" PSVIEW echo Invoking $PSVIEW - $PSVIEW $MTTPATH/doc/mtt.ps & + $PSVIEW $MTTPATH/doc/mtt.ps.gz & exit fi if [ $1 = "find" ]&& [$3 = ""]; then mtt_find $MTT_COMPONENTS $2 @@ -1666,11 +1669,11 @@ $1_numpar.txt: mtt $mtt_switches -q -u $1 sympar txt; sympar2numpar_txt2txt $1 #SUMMARY numpar numerical parameter declaration (m) -$1_numpar.m: $1_numpar.txt +$1_numpar.m: $1_numpar.txt $1_sympars.txt txt2m $1 numpar #SUMMARY numpar numerical parameter declaration (c) #SUMMARY numpar numerical parameter declaration (view) $1_numpar.c: $1_numpar.txt $1_sympar.c