Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -17,10 +17,14 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.11 1996/08/15 11:55:30 peter +## Checks for changed argument. +## Handles frequency response. +## ## Revision 1.10 1996/08/15 07:44:24 peter ## Now handles generic transformations using %. ## ## Revision 1.9 1996/08/14 09:16:08 peter ## Step response now goes through m, dat and gdat conversions @@ -102,15 +106,15 @@ # Save up the argument list in a file; but only if argument has changed ARGS=$4; cat > $1_args.new < /dev/null -#Create PostScript version of dat file -%.ps: %.gdat - gdat2ps $1_$2 '$ARGS' - #Create PostScript version of fig files %.ps : %.fig echo Creating $1_$2.ps fig2dev -Lps $1_$2.fig >$1_$2.ps + +#Create PostScript version of dat file +%.ps: %.gdat + gdat2ps $1_$2 '$ARGS' + #Create PostScript version of dvi file %.ps: %.dvi echo Creating $1_$2.ps dvips -o $1_$2.ps $1_$2 - #View a ps file $1_$2.view: $1_$2.ps echo Creating view of $1_$2 ghostview $1_$2.ps&