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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2179.1 | DRAGNS::WALLACE | Fri May 16 1997 15:13 | 3 | ||
Thanks for all the help checking Dave! I've fixed your latest bugs in our source pool. -- Vince |