Index: mttroot/mtt/bin/trans/abg2lbl_fig2txt ================================================================== --- mttroot/mtt/bin/trans/abg2lbl_fig2txt +++ mttroot/mtt/bin/trans/abg2lbl_fig2txt @@ -11,10 +11,16 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.7 1998/07/04 10:37:21 peterg +## Major revision to include: +## aliases +## new Style +## prettyfied +## ## Revision 1.6 1998/03/05 10:09:47 peterg ## Corrected bug in writing "other" components ## ## Revision 1.5 1998/03/02 09:26:18 peterg ## Now does default CR and args for the basic components only @@ -53,11 +59,11 @@ echo Creating $1_lbl.txt ( \ echo "%% Label file for system $1 ($1_lbl.txt)"; \ echo "%SUMMARY $1"; \ - echo "%DESCRIPTION "; \ + echo "%DESCRIPTION "; \ cat $MTTPATH/trans/m/rcs_header.txt; \ )>mtt_junk_top.txt ( \ echo; \ @@ -81,11 +87,11 @@ #Write out the outline lbl file grep -v '\[[0-9]*\]' $1_unique_raw_list | \ awk --field-separator ':' ' { - if (($1 != "0")&&($1 != "1")) +# if (($1 != "0")&&($1 != "1")) { if (Component !~ $1) print "\n% Component type", $1 if ($1 == "SS") { port_alias[++j] = $2