Index: mttroot/mtt/bin/trans/abg2lbl_fig2txt ================================================================== --- mttroot/mtt/bin/trans/abg2lbl_fig2txt +++ mttroot/mtt/bin/trans/abg2lbl_fig2txt @@ -11,10 +11,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.3 1997/05/09 14:21:35 peterg +## Default to flow,component_name +## # Revision 1.2 1997/03/19 12:08:01 peterg # No longer writes out non-unique names - now done in rbg_fig2m # # Revision 1.1 1997/03/18 13:55:01 peterg # Initial revision @@ -37,11 +40,11 @@ #Inform user echo Creating $1_lbl.txt ( \ - echo "%SUMMARY $1: "; \ + echo "%SUMMARY $1"; \ echo "%DESCRIPTION "; \ echo "%% Label file for system $1 ($1_lbl.txt)"; \ cat $MTTPATH/trans/m/rcs_header.txt; \ echo "%% Each line should be of one of the following forms:"; \ echo "% a comment (ie starting with %)"; \