From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21892 invoked by alias); 2 Nov 2016 05:53:59 -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: 22071 Received: (qmail 21900 invoked from network); 2 Nov 2016 05:53:59 -0000 X-Qmail-Scanner-Diagnostics: from mx0a-001b2d01.pphosted.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(148.163.156.1):SA:0(0.0/5.0):. Processed in 0.179362 secs); 02 Nov 2016 05:53:59 -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=none autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: hanpt@linux.vnet.ibm.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at linux.vnet.ibm.com does not designate permitted sender hosts) Date: Wed, 2 Nov 2016 13:53:43 +0800 From: Han Pingtian To: zsh-users@zsh.org Subject: Re: man pages aren't updated Mail-Followup-To: zsh-users@zsh.org References: <20161101034638.GA4209__13062.8586317927$1478010076$gmane$org@localhost.localdomain> <20161101153701.GA9233@fujitsu.shahaf.local2> <20161102020916.GA5804__39989.4180395224$1478052681$gmane$org@localhost.localdomain> <20161102030013.GA5118@fujitsu.shahaf.local2> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20161102030013.GA5118@fujitsu.shahaf.local2> User-Agent: Mutt/1.7.1 (2016-10-04) X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16110205-0008-0000-0000-000005F54CB1 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006018; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000189; SDB=6.00775685; UDB=6.00372986; IPR=6.00552770; BA=6.00004849; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00013182; XFM=3.00000011; UTC=2016-11-02 05:53:50 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16110205-0009-0000-0000-00003CA3ABEB Message-Id: <20161102055343.GB5804@localhost.localdomain> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-11-02_02:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=15 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609300000 definitions=main-1611020109 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.