zsh-workers
 help / color / mirror / code / Atom feed
* problems with zshall man page
@ 1995-11-07 18:15 Sam Falkner
  0 siblings, 0 replies; only message in thread
From: Sam Falkner @ 1995-11-07 18:15 UTC (permalink / raw)
  To: zsh-workers

i've just installed 2.6-beta11.  looks good so far, except for
problems with the zshall man page.

there are two things wrong with it, one of which is generic, and one
may be solaris (or svr4) specific.

1)  we include all the other man pages in zshall via lines like

    .so /usr/local/man/man1/zshmisc.1

    however, i set `prefix=/home/sam' when i do configure, so it
    should have changed this to

    .so /home/sam/man/man1/zshmisc.1

    poking around a little, i didn't see that the `make install.man'
    tried to substitute anything here; not surprising, since the man
    pages probably got to stay pretty static before now.

2)  the solaris man command relies on the `windex' file, which you
    build via `catman -w'.  however, catman apparently parses quite a
    bit of the man page to build the windex file.

    catman looks at these lines in zshall.1:

    .SH NAME
    zsh \- the Z shell

    however, when the solaris man command sees the results of this in
    windex, then it can't find zshall, so it'll say there's no such
    man page.

    i changed zshall.1 to look like this

    .SH NAME
    zshall \- entire Z shell man page

    and everything was fine.

everything else is looking good, though!  let me know if i can provide
more info.

- sam


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-11-07 18:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-11-07 18:15 problems with zshall man page Sam Falkner

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).