Index: mttroot/mtt/bin/mttrc ================================================================== --- mttroot/mtt/bin/mttrc +++ mttroot/mtt/bin/mttrc @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.4 1998/01/06 09:14:51 peterg +## Added latex2html to setup +## # Revision 1.3 1998/01/06 09:11:26 peterg # Removed matlab from the setup # # Revision 1.2 1997/12/04 10:49:16 peterg # Put under RCS at last @@ -28,11 +31,11 @@ #Edit the following line to show the location of mtt MTTPATH=~/mtt_new/mtt # The following line sets up the make to use -- gmake is the standard # but you may wish to use lsmake for parallelism -MAKE='gmake' +MAKE='make' export MAKE # The following sets up the c compiler CC='gcc' export CC