Index: mttroot/mtt/bin/trans/sub_sh2tex ================================================================== --- mttroot/mtt/bin/trans/sub_sh2tex +++ mttroot/mtt/bin/trans/sub_sh2tex @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.1 2000/12/27 16:04:08 peterg +## Initial revision +## ## Revision 1.7 1998/02/04 10:59:37 peterg ## Tidied up. ## # Revision 1.6 1997/09/08 19:42:37 peterg # Replaced copy by compcopy @@ -90,11 +93,11 @@ figfile=$3_abg.fig lblfile=$1_lbl.txt summary='%SUMMARY' #Get the system description, copying where necesary - mtt -q -u compcopy $system $MTTPATH/lib/comp/compound + mtt -q -u compcopy $system $MTT_LIB/comp/compound # mtt -q -u $system lbl txt desc=`grep $summary $lblfile | sed "s/$summary//"` #Count the number of subsystems subs=`grep -c $system $figfile`