From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1355 invoked by alias); 1 Nov 2016 15:37:14 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 22061 Received: (qmail 21069 invoked from network); 1 Nov 2016 15:37:14 -0000 X-Qmail-Scanner-Diagnostics: from out2-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.26):SA:0(0.0/5.0):. Processed in 0.614409 secs); 01 Nov 2016 15:37:14 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) 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= X-ME-Sender: X-Sasl-enc: ZHjTHZ9HhfMhpAQEb1rbTd3y5jB5tnY/E4JNINQ0bQtV 1478014623 Date: Tue, 1 Nov 2016 15:37:01 +0000 From: Daniel Shahaf To: zsh-users@zsh.org Subject: Re: man pages aren't updated Message-ID: <20161101153701.GA9233@fujitsu.shahaf.local2> References: <20161101034638.GA4209__13062.8586317927$1478010076$gmane$org@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20161101034638.GA4209__13062.8586317927$1478010076$gmane$org@localhost.localdomain> User-Agent: Mutt/1.5.23 (2014-03-12) 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