zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: zsh-workers@sunsite.dk
Subject: Re: Vastly better HTML docs
Date: Thu, 16 Apr 2009 11:11:00 +0100	[thread overview]
Message-ID: <20090416111100.6d07a9bb@news01> (raw)
In-Reply-To: <a6d48fcde22cea44b9ed94a38225abc3@netwood.net>

On Tue, 14 Apr 2009 02:19:54 -0700
Jesse W <jessw@netwood.net> wrote:
> If you generate the zsh docs with the current version (1.82), and use 
> the --node-files option, it will make html files with *actual* 
> *descriptive* *names* (like "Shell-Grammar.html", or 
> "Editor-Functions-Index.html").

The version being distributed on the systems I have is actually 1.78.

This turns the option on.  We now have to assume all .html options are
output from texi2html, but it's a good bet.

Index: Doc/.cvsignore
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/.cvsignore,v
retrieving revision 1.5
diff -u -r1.5 .cvsignore
--- Doc/.cvsignore	25 Oct 2006 09:46:45 -0000	1.5
+++ Doc/.cvsignore	16 Apr 2009 10:09:51 -0000
@@ -3,7 +3,7 @@
 zsh*.1
 zsh.texi
 zsh.info*
-zsh*.html
+*.html
 zsh.aux zsh.toc
 zsh.cp zsh.cps
 zsh.fn zsh.fns
Index: Doc/.distfiles
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/.distfiles,v
retrieving revision 1.9
diff -u -r1.9 .distfiles
--- Doc/.distfiles	26 Nov 2007 09:58:59 -0000	1.9
+++ Doc/.distfiles	16 Apr 2009 10:09:51 -0000
@@ -15,7 +15,7 @@
 
 DISTFILES_DOC='
     zsh.info zsh.info-[0-9]*
-    zsh.html zsh_*toc.html zsh_[0-9]*.html
+    *.html
     zsh.dvi
     zsh.pdf
 '
Index: Doc/Makefile.in
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Makefile.in,v
retrieving revision 1.44
diff -u -r1.44 Makefile.in
--- Doc/Makefile.in	3 Mar 2009 15:04:27 -0000	1.44
+++ Doc/Makefile.in	16 Apr 2009 10:09:51 -0000
@@ -40,7 +40,7 @@
 MAKEINFO = makeinfo
 TEXI2DVI = texi2dvi
 DVIPS = dvips
-TEXI2HTML = texi2html --output . --ifinfo --split=chapter
+TEXI2HTML = texi2html --output . --ifinfo --split=chapter --node-files
 
 .SUFFIXES: .yo .1
 
-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


  reply	other threads:[~2009-04-16 10:11 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-14  9:19 Jesse W
2009-04-16 10:11 ` Peter Stephenson [this message]
2009-04-16 18:33   ` Jesse W
2009-04-17 13:20     ` Peter Stephenson
2009-04-17 13:55       ` Richard Hartmann
2009-04-18 18:23         ` Jesse W
2009-04-18 18:49           ` Peter Stephenson
2009-04-21 10:09             ` Richard Hartmann
2009-05-27 16:39               ` Richard Hartmann
2009-05-27 23:59                 ` Jesse W
2009-05-28 19:07                   ` Peter Stephenson
2009-05-28 20:03                   ` Oliver Kiddle
2009-05-29  5:23                     ` Jesse W
2009-04-17 11:28 ` Richard Hartmann
2009-04-17 12:05   ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090416111100.6d07a9bb@news01 \
    --to=pws@csr.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).