Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,14 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.103 1997/12/07 20:10:36 peterg +## Fixed bugs with reprots and distinguish between book, article and +## section reports. +## ## Revision 1.102 1997/12/07 12:14:43 peterg ## Hnadles book, article and section reports seperately ## ## Revision 1.101 1997/12/06 18:54:53 peterg ## Now tidies up after itself. @@ -1344,11 +1348,11 @@ ifeq ($REPTYPE,data) #Create PostScript version of dat file # + another version with Args added to the name if its appropriate $1_$2.ps: $1_$2.gdat - gdat2ps $1_$2 '$ARGS';echo $REPTYPE $ARGS $PLOTTYPE + gdat2ps $1_$2 '$ARGS'; ifeq ($PLOTTYPE,multiple) ifneq ($ARGS,) cp $1_$2.ps $1_$2$_ARGS.ps ; echo COPYING endif