zsh-users
 help / color / mirror / code / Atom feed
* man pages aren't updated
@ 2016-11-01  3:46 Han Pingtian
  0 siblings, 0 replies; 8+ messages in thread
From: Han Pingtian @ 2016-11-01  3:46 UTC (permalink / raw)
  To: zsh-user

Hi,

I just noticed that some man page, such as zshexpn, isn't updated after
a new git pull & make. If I clone a new git repo, then looks like all
man pages' size are zero. Not sure what's wrong. 

Thanks.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: man pages aren't updated
  2016-11-03  0:51           ` Han Pingtian
@ 2016-11-03  3:12             ` Bart Schaefer
  0 siblings, 0 replies; 8+ messages in thread
From: Bart Schaefer @ 2016-11-03  3:12 UTC (permalink / raw)
  To: zsh-users

On Nov 3,  8:51am, Han Pingtian wrote:
}
} On Wed, Nov 02, 2016 at 04:38:17PM +0000, Daniel Shahaf wrote:
} > That's just a routine diagnostic buried among hundreds of its kind;
} > people won't pay it any attention.  (And configure -q hides it.)  I meant
} > a new, explicit warning: "yodl not found; documentation won't be built".
} 
} Agree. It would be good if there was such a message.

There's a bit of a conflict here:  If you download the tarball, instead of
pulling from git, then you're supposed to also download the documentation
tarball rather than (need to) build the documentation yourself.  So the
message appropriate for a developer might not be appropriate for a
package installer or other user.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: man pages aren't updated
  2016-11-02 16:38         ` Daniel Shahaf
@ 2016-11-03  0:51           ` Han Pingtian
  2016-11-03  3:12             ` Bart Schaefer
  0 siblings, 1 reply; 8+ messages in thread
From: Han Pingtian @ 2016-11-03  0:51 UTC (permalink / raw)
  To: zsh-users

On Wed, Nov 02, 2016 at 04:38:17PM +0000, Daniel Shahaf wrote:
> That's just a routine diagnostic buried among hundreds of its kind;
> people won't pay it any attention.  (And configure -q hides it.)  I meant
> a new, explicit warning: "yodl not found; documentation won't be built".

Agree. It would be good if there was such a message.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: man pages aren't updated
       [not found]       ` <20161102055343.GB5804__17355.3773820915$1478066113$gmane$org@localhost.localdomain>
@ 2016-11-02 16:38         ` Daniel Shahaf
  2016-11-03  0:51           ` Han Pingtian
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Shahaf @ 2016-11-02 16:38 UTC (permalink / raw)
  To: zsh-users

Han Pingtian wrote on Wed, Nov 02, 2016 at 13:53:43 +0800:
> On Wed, Nov 02, 2016 at 03:00:13AM +0000, Daniel Shahaf wrote:
> > Han Pingtian wrote on Wed, Nov 02, 2016 at 10:09:16 +0800:
> > > On Tue, Nov 01, 2016 at 03:37:01PM +0000, Daniel Shahaf wrote:
> > > > Works for me.  Looking at the relevant Doc/Makefile.in targets, an empty
> > > > file is what I'd expect if the $(YODL) macro is not a functioning yodl
> > > > program.  (They use «> $$target».)  What's the value of $(YODL) on your
> > > > system?  Does that program exist and work?
> > > 
> > > Thanks! I got the new man page after installing yodl.
> > 
> > I suppose configure could print a warning if yodl wasn't found.
> 
> Yes, it prints a warning like this:
> 
> checking for yodl... no
> 
> but I neglected this message.

That's just a routine diagnostic buried among hundreds of its kind;
people won't pay it any attention.  (And configure -q hides it.)  I meant
a new, explicit warning: "yodl not found; documentation won't be built".


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: man pages aren't updated
  2016-11-02  3:00     ` Daniel Shahaf
@ 2016-11-02  5:53       ` Han Pingtian
       [not found]       ` <20161102055343.GB5804__17355.3773820915$1478066113$gmane$org@localhost.localdomain>
  1 sibling, 0 replies; 8+ messages in thread
From: Han Pingtian @ 2016-11-02  5:53 UTC (permalink / raw)
  To: zsh-users

On Wed, Nov 02, 2016 at 03:00:13AM +0000, Daniel Shahaf wrote:
> Han Pingtian wrote on Wed, Nov 02, 2016 at 10:09:16 +0800:
> > On Tue, Nov 01, 2016 at 03:37:01PM +0000, Daniel Shahaf wrote:
> > > Works for me.  Looking at the relevant Doc/Makefile.in targets, an empty
> > > file is what I'd expect if the $(YODL) macro is not a functioning yodl
> > > program.  (They use «> $$target».)  What's the value of $(YODL) on your
> > > system?  Does that program exist and work?
> > 
> > Thanks! I got the new man page after installing yodl.
> 
> I suppose configure could print a warning if yodl wasn't found.

Yes, it prints a warning like this:

checking for yodl... no

but I neglected this message.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: man pages aren't updated
       [not found]   ` <20161102020916.GA5804__39989.4180395224$1478052681$gmane$org@localhost.localdomain>
@ 2016-11-02  3:00     ` Daniel Shahaf
  2016-11-02  5:53       ` Han Pingtian
       [not found]       ` <20161102055343.GB5804__17355.3773820915$1478066113$gmane$org@localhost.localdomain>
  0 siblings, 2 replies; 8+ messages in thread
From: Daniel Shahaf @ 2016-11-02  3:00 UTC (permalink / raw)
  To: zsh-users

Han Pingtian wrote on Wed, Nov 02, 2016 at 10:09:16 +0800:
> On Tue, Nov 01, 2016 at 03:37:01PM +0000, Daniel Shahaf wrote:
> > Works for me.  Looking at the relevant Doc/Makefile.in targets, an empty
> > file is what I'd expect if the $(YODL) macro is not a functioning yodl
> > program.  (They use «> $$target».)  What's the value of $(YODL) on your
> > system?  Does that program exist and work?
> 
> Thanks! I got the new man page after installing yodl.

I suppose configure could print a warning if yodl wasn't found.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: man pages aren't updated
  2016-11-01 15:37 ` Daniel Shahaf
@ 2016-11-02  2:09   ` Han Pingtian
       [not found]   ` <20161102020916.GA5804__39989.4180395224$1478052681$gmane$org@localhost.localdomain>
  1 sibling, 0 replies; 8+ messages in thread
From: Han Pingtian @ 2016-11-02  2:09 UTC (permalink / raw)
  To: zsh-users

On Tue, Nov 01, 2016 at 03:37:01PM +0000, Daniel Shahaf wrote:
> Works for me.  Looking at the relevant Doc/Makefile.in targets, an empty
> file is what I'd expect if the $(YODL) macro is not a functioning yodl
> program.  (They use «> $$target».)  What's the value of $(YODL) on your
> system?  Does that program exist and work?

Thanks! I got the new man page after installing yodl.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: man pages aren't updated
       [not found] <20161101034638.GA4209__13062.8586317927$1478010076$gmane$org@localhost.localdomain>
@ 2016-11-01 15:37 ` Daniel Shahaf
  2016-11-02  2:09   ` Han Pingtian
       [not found]   ` <20161102020916.GA5804__39989.4180395224$1478052681$gmane$org@localhost.localdomain>
  0 siblings, 2 replies; 8+ messages in thread
From: Daniel Shahaf @ 2016-11-01 15:37 UTC (permalink / raw)
  To: zsh-users

Han Pingtian wrote on Tue, Nov 01, 2016 at 11:46:38 +0800:
> I just noticed that some man page, such as zshexpn, isn't updated after
> a new git pull & make. If I clone a new git repo, then looks like all
> man pages' size are zero. Not sure what's wrong. 

Works for me.  Looking at the relevant Doc/Makefile.in targets, an empty
file is what I'd expect if the $(YODL) macro is not a functioning yodl
program.  (They use «> $$target».)  What's the value of $(YODL) on your
system?  Does that program exist and work?

% git clone --reference ~/src/zsh git://git.code.sf.net/p/zsh/code
% cd code/
% Util/preconfig
% ./configure -q
% make -sC Doc
% zstat +size Doc/*.1 
Doc/zsh.1 17530
Doc/zshall.1 17618
Doc/zshbuiltins.1 131224
Doc/zshcalsys.1 39388
Doc/zshcompctl.1 28558
Doc/zshcompsys.1 233061
Doc/zshcompwid.1 51383
Doc/zshcontrib.1 198013
Doc/zshexpn.1 127663
Doc/zshmisc.1 101441
Doc/zshmodules.1 161653
Doc/zshoptions.1 71476
Doc/zshparam.1 70826
Doc/zshroadmap.1 8147
Doc/zshtcpsys.1 36940
Doc/zshzftpsys.1 30988
Doc/zshzle.1 107346


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-11-03  3:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-01  3:46 man pages aren't updated Han Pingtian
     [not found] <20161101034638.GA4209__13062.8586317927$1478010076$gmane$org@localhost.localdomain>
2016-11-01 15:37 ` Daniel Shahaf
2016-11-02  2:09   ` Han Pingtian
     [not found]   ` <20161102020916.GA5804__39989.4180395224$1478052681$gmane$org@localhost.localdomain>
2016-11-02  3:00     ` Daniel Shahaf
2016-11-02  5:53       ` Han Pingtian
     [not found]       ` <20161102055343.GB5804__17355.3773820915$1478066113$gmane$org@localhost.localdomain>
2016-11-02 16:38         ` Daniel Shahaf
2016-11-03  0:51           ` Han Pingtian
2016-11-03  3:12             ` Bart Schaefer

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