Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: manual all on one HTML page
- X-seq: zsh-workers 23351
- From: Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx>
- To: Dave Yost <Dave@xxxxxxxx>
- Subject: Re: manual all on one HTML page
- Date: Sun, 29 Apr 2007 19:17:52 -0700
- Cc: zsh-workers@xxxxxxxxxx
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=first1; d=spodhuis.org; h=Received:Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To; b=GHCSW2Mp0PUTHOA4DfMLyCz+lR0HpKvoQ3QErrBkUunyKY1OVIBk8FMHCSBYSyvZ7/dLS2JDPwMx72c4rIj6Fz2SmPmb5vDRFpolbcEVXzRxTQ9pXPz58l3JANdm9sil9LAjVHdcJ0C4tLVXWxkKehdPdi1iSKhQ5HGTFs09qnA=;
- In-reply-to: <pdy988306240820c25aed50b8eb@[192.168.1.2]>
- Mail-followup-to: Dave Yost <Dave@xxxxxxxx>, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <pdy988306240820c25aed50b8eb@[192.168.1.2]>
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