Re: broken online help system
Yann LeCun <[email protected]>
| Newsgroups | gmane.lisp.lush.devel |
|---|---|
| Message-ID | <[email protected]> |
Right, the latex manual has a different master file because if it included all the sections of the helptool version (like lapack, gsl...) it would be 3000 pages instead of merely 700. So, you must also add your entry in lush-manual-latex.hlp, not just lush-manual.hlp -- Yann On Monday 31 October 2005 08:38 pm, Ralf Juengling wrote: > 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 > _______________________________________________ > Lush-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/lush-devel ------------------------------------------------------- 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