[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference noted::dnu_osi

Title:DECnet/OSI for {ULTRIX,OSF/1}
Notice:Indicate version and platform when writing...see #2 for kits
Moderator:BULEAN::CARR
Created:Wed Sep 25 1991
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2187
Total number of notes:10469

2179.0. "make_help.sh doesn't put things in the order intended" by EDSCLU::GARROD (IBM Interconnect Engineering) Thu May 15 1997 17:09

    Here's another bug in make_help.sh.
    
    make_help.sh contains the following:
    
    if [ -f please_read_me.hlp ]
    then
        ar -rc $HELPFILE please_read_me.hlp
    fi
    if [ -f tutorial.hlp ]
    then
        ar -r $HELPFILE tutorial.hlp
    fi
    
    The intent of this is to put "please_read_me.hlp first and
    "tutorial.hlp" second. Unfortunately there is no such module as
    "tutorial.hlp". But there is a module called "introduction_to_ncl.hlp"
    which I think it what it is trying to put second. When fixing up
    make_help you'll need to refer to this module rather trhan
    tutorial.hlp.
    
    The only affect of this bug is that "introduction_to_ncl" appears in
    alphabetical order rather than second in the list".
    
    Another minor problem is that the module "x500.hlp" gets put last
    but the top level help line in this module is "Directory_Module"
    so this ends up appearing last and looks like it is out of alphabetical
    order.
    
    Dave
    
    
T.RTitleUserPersonal
Name
DateLines
2179.1DRAGNS::WALLACEFri May 16 1997 15:133
    Thanks for all the help checking Dave!  I've fixed your latest
    bugs in our source pool.  --  Vince