Index: mttroot/mtt/bin/trans/mtt2reps_txt ================================================================== --- mttroot/mtt/bin/trans/mtt2reps_txt +++ mttroot/mtt/bin/trans/mtt2reps_txt @@ -7,10 +7,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.5 2000/01/19 17:26:12 peterg +## Now includes the representation title. +## ## Revision 1.4 1999/03/09 00:03:06 peterg ## Revisions for xmtt ## ## Revision 1.3 1999/03/08 21:24:43 peterg ## Handles * representations: @@ -29,11 +32,11 @@ representations=`grep '#SUMMARY' $MTTPATH/mtt | awk '{print $2'} | sort -u ` for rep in $representations ; do ## Title should be same for all languages -- extract from first version - title=`grep '#SUMMARY' $MTTPATH/mtt | grep $rep | head -1 | \ + title=`grep '#SUMMARY' $MTTPATH/mtt | grep " $rep[ \*]" | head -1 | \ awk '{for (i=3;i