Re: broken online help system
Ralf Juengling <[email protected]>
| Newsgroups | gmane.lisp.lush.devel |
|---|---|
| Message-ID | <[email protected]> |
Here's another help system problem: I added a new file to lsh/manual and a reference it in lsh/lush-manual.hlp. I didn make again and rebuilt the latex manual. Strangely, the new file/manual entry appears in the online manual as presented by helptool, but it does not appear in the latex manual. Any ideas? Thanks, Ralf On Thu, 27 Oct 2005, Yann LeCun wrote: > You can make your files part of the main manual > in a rather permanent way by adding an entry in > lush/local/local-manual.hlp that would look like this: > > #? *** << /mydirectory/myfile.lsh > > Unfortunately, you also have to redo "make" and "make install" > after that because the index of the manual is "precompiled" in > the binary dump file that Lush loads at startup. > The text of individual help entries is re-read from > file every time though. > > A more convenient solution is to do what Leon suggests: > (helptool "myfile.lsh") for a Lush file or > (helptool "myfile.hlp") for help file. > These files can contain include directives > #? ** << myotherfile.lsh > if your documentation is spread accross multiple files. > > I suppose there should be a simple method to dynamically > add en entry to the currently active help-book. > Somewhow, I left that out. > > -- Yann > ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information