Index: mttroot/mtt/bin/mtt ================================================================== --- mttroot/mtt/bin/mtt +++ mttroot/mtt/bin/mtt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ +# Revision 1.109 1998/01/06 09:20:02 peterg +# Made LATEX2HTML an environment variable. +# # Revision 1.108 1997/12/19 08:48:55 peterg # Lille modifications - bicausal algebraic loops supported # ## Revision 1.107 1997/12/11 10:59:50 peterg ## This is version 2.6 @@ -461,10 +464,11 @@ echo ' mtt manual -- dvi manual' echo ' mtt warranty' echo ' mtt clean' echo ' mtt clean' echo ' mtt copy ' + echo ' mtt rename ' echo ' mtt vc' echo ' mtt ' echo ' mtt ' echo 'Options: -q quiet mode' echo ' -p print environment variables' @@ -584,10 +588,16 @@ mtt_check_var "$FIG" FIG echo Editing $1_$2.$3 ($FIG $1_$2.$3; cp $1_abg.fig $1_$1_abg.fig) & exit fi + +# Rename a system +if [ "$1" = "rename" ]; then + mtt_rename_all $2 $3 + exit +fi # Copy systems from the example library if [ "$1" = "copy" ]; then # check that its not here already file_exists=`ls $2 2> /dev/null`