Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: man pages aren't updated
- X-seq: zsh-users 22061
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: man pages aren't updated
- Date: Tue, 1 Nov 2016 15:37:01 +0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= mesmtp; bh=gzjMXei5/CL9TKenxM/N3oITjwk=; b=REAhjLS4HGI49JVWCT9fz msK3rSUszE7pOY+2zo0q042e4wmkSmnbRmVFe3sDzRgQSFKvHftxjcLVp/FiOGXA Sl1wmFzPzsLOYky/6ApF84Yb9UQZprT2ofEjnXifFDDtlCNNgpwXx4drO+FjG9q3 R2Q+Frxc1E4T8/HhTZIoQs=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=gzjMXei5/CL9TKenxM/N3oITjwk=; b=RIbLCmsWm2NmTUJL3eRE 8BYU6vJ9OjU6pwQVss7AOpBrJVlx6T1HH5YABnaH7eCZOlLl6if1Ri7fE1gdQM43 ZlAO8UdjmUEEIWkowYFJDwsojRTAIh5GSVgEH9kqzGIYWDt1u7HnLptwFbfA5l5t rGVEh/pNZEj0avRmqzrcx5A=
- In-reply-to: <20161101034638.GA4209__13062.8586317927$1478010076$gmane$org@localhost.localdomain>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20161101034638.GA4209__13062.8586317927$1478010076$gmane$org@localhost.localdomain>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author