Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,14 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +# Revision 1.65 1997/04/15 15:16:12 peterg +# Added structure (_struc) files. +# Fixed prob with dvi2ps conversion -- removed .doc extension. +# # Revision 1.64 1997/04/09 09:26:44 peterg # Added crcopy feature to pull crs from library -- similar to copy # feature. # # Revision 1.63 1997/03/22 17:09:11 peterg @@ -375,11 +379,11 @@ else path_name=$3 if [ -z "$path_name" ]; then path_name=$MTTPATH/lib/examples fi - echo Copying system $2 to here + echo Copying system $2 to here from $3 find $path_name -name "$2_*.*" -exec cp {} . \; fi exit fi @@ -394,11 +398,11 @@ else path_name=$3 if [ -z "$path_name" ]; then path_name=$MTTPATH/lib/cr/r fi - echo Copying CR $2 to here + echo Copying CR $2 to here from $3 find $path_name -name "$2.cr" -exec cp {} . \; fi exit fi