Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: manual all on one HTML page



On 2007-04-29 at 17:49 -0700, Dave Yost wrote:
>  There really should be an all-on-one-page HTML manual.
> 
>  I tried to look for the exec command using the current divided-up HTML and 
>  couldn't find it.

Go to your zsh source, into the Doc subdirectory.  Edit "Makefile"
(after configure, etc), find the TEXI2HTML line.

Change:
  TEXI2HTML = texi2html --output . --ifinfo --split=chapter
to:
  TEXI2HTML = texi2html --output zshall.html --ifinfo

Run "make html".

Peruse "zshall.html".

-Phil



Messages sorted by: Reverse Date, Date, Thread, Author