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.4 1999/03/09 00:03:06 peterg +## Revisions for xmtt +## ## Revision 1.3 1999/03/08 21:24:43 peterg ## Handles * representations: ## ## rep* is special ## rep shows all possible languages @@ -25,10 +28,14 @@ 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 | \ + awk '{for (i=3;i