Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +## Revision 1.210 1999/08/02 12:52:12 peterg +## Removed redundant .p copying. +## ## Revision 1.209 1999/07/27 03:50:13 peterg ## Fixed odeo.p bug. ## Fixed compound object bug in fig. ## ## Revision 1.208 1999/07/20 23:43:05 peterg @@ -1263,11 +1266,11 @@ fi # Tidy mode - operate in the directory MTT-work if [ "$tidy" = "tidy" ]; then mkdir -p MTT_work - cp -u -p Makefile *.* .* MTT_work 2>/dev/null + cp -p Makefile *.* .* MTT_work # 2>/dev/null cd MTT_work if [ -z "$directory" ]; then Directory='' else @@ -1289,11 +1292,11 @@ if [ "$3" = "html" ]; then echo Moving $1_$2 mv $1_$2 .. else echo Copying $1_$2.$3 - cp -u -p $1_$2.$3 .. + cp -p $1_$2.$3 .. fi if [ "$PLOTTYPE" = "multiple" ]; then echo Copying $1_$2$__ARGS.ps cp $1_$2$__ARGS.ps .. fi @@ -1336,11 +1339,16 @@ # Create an arg file if it doesn't exist $1_args.m: touch $1_args.m #Create skeleton files (with titles) if not already there +#SUMMARY lbl* label file (txt) #SUMMARY lbl label file (txt) +#SUMMARY lbl* label file (view) +#SUMMARY lbl label file (view) +#SUMMARY lbl* label file (tex) +#SUMMARY lbl label file (tex) $1_lbl.txt: abg2lbl_fig2txt $1 $1_lbl.tex: $1_lbl.txt lbl_txt2tex $1