Index: mttroot/mtt/bin/trans/cmp2lbl_txt ================================================================== --- mttroot/mtt/bin/trans/cmp2lbl_txt +++ mttroot/mtt/bin/trans/cmp2lbl_txt @@ -12,10 +12,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.1 2002/12/01 14:54:52 gawthrop +## Replaces defunct abg2lbl_fig2txt +## ## ## Old log from abg2lbl_fig2txt ## Revision 1.28 2002/10/30 00:04:22 gawthrop ## Added AEf and AFe to list ## @@ -191,11 +194,11 @@ create_lbl_body() { #Write out the outline lbl file -grep -v '\[[0-9]*\]' $1_cmp.txt | \ +strip_comments <$1_cmp.txt | grep -v '\[[0-9]*\]' | \ gawk --field-separator ':' ' BEGIN { OldComponent="None"; default_cr = "lin"; } @@ -331,10 +334,11 @@ write_header > ${outfile} cat mtt_junk_alias.txt >> ${outfile} cat mtt_args.txt >> ${outfile} write_blurb >> ${outfile} cat mtt_junk_lbl.txt >> ${outfile} + ## Put a blank line at end cat >> ${outfile} <