From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28377 invoked from network); 30 Apr 2007 05:30:58 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.8 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Apr 2007 05:30:58 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 58352 invoked from network); 30 Apr 2007 05:30:52 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Apr 2007 05:30:52 -0000 Received: (qmail 29322 invoked by alias); 30 Apr 2007 05:30:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23357 Received: (qmail 29313 invoked from network); 30 Apr 2007 05:30:49 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 Apr 2007 05:30:49 -0000 Received: (qmail 57997 invoked from network); 30 Apr 2007 05:30:49 -0000 Received: from eq2.spamarrest.com (66.150.163.135) by a.mx.sunsite.dk with SMTP; 30 Apr 2007 05:30:46 -0000 Received: from [192.168.1.2] (adsl-68-122-40-101.dsl.pltn13.pacbell.net [68.122.40.101]) by eq2.spamarrest.com (Postfix) with ESMTP id 663011CC3FE; Sun, 29 Apr 2007 22:30:44 -0700 (PDT) Mime-Version: 1.0 Message-Id: In-Reply-To: <20070430021752.GA65832@redoubt.spodhuis.org> References: <20070430021752.GA65832@redoubt.spodhuis.org> Date: Sun, 29 Apr 2007 22:24:53 -0700 To: Phil Pennock From: Dave Yost Subject: Re: manual all on one HTML page Cc: zsh-workers@sunsite.dk Content-Type: text/plain; charset="us-ascii" At 07:17 PM -0700 2007-04-29, Phil Pennock wrote: >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". Thanks. It would be handy on the web site, too...