Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +# Revision 1.104 1997/12/07 21:05:10 peterg +# Removed a debbugging echo +# ## 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 @@ -945,14 +948,10 @@ echo Creating $1_rep.txt; ( \ echo "# Outline report file for system $1 ($1_rep.txt)"; \ cat $MTTPATH/trans/m/rcs_header.txt; \ echo "mtt $1 abg tex"; \ - echo "mtt $1 struc tex"; \ - echo "mtt $1 dae tex"; \ - echo "mtt $1 dm tex"; \ - echo "mtt $1 lmfr ps"; \ )> $1_rep.txt endif #SUMMARY rbg raw bond graph (m) #Raw bond graph: fig file to mfile @@ -1351,12 +1350,13 @@ # + another version with Args added to the name if its appropriate $1_$2.ps: $1_$2.gdat gdat2ps $1_$2 '$ARGS'; ifeq ($PLOTTYPE,multiple) -ifneq ($ARGS,) - cp $1_$2.ps $1_$2$_ARGS.ps ; echo COPYING +ifneq ($_ARGS,) + echo Creating $1_$2$_ARGS.ps + cp $1_$2.ps $1_$2$_ARGS.ps endif endif endif @@ -1451,6 +1451,6 @@ # Tidy up. # echo Removing log files and other garbage rm -f *_unique_raw_list *_raw_list rm -f mtt_error.txt mtt_info.txt a.out rm -f *.log mtt_info.txt warning.txt - rm -f *_*.idx *_*.ind *_*.ilg *_*.aux *_*.lof *_*.toc +# rm -f *_*.idx *_*.ind *_*.ilg *_*.lof *_*.toc