From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2801 invoked by alias); 2 Nov 2016 03:02:28 -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: 22068 Received: (qmail 16763 invoked from network); 2 Nov 2016 03:02:28 -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.32439 secs); 02 Nov 2016 03:02:28 -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=hR6mKLou2iiclYvqF70i+mMLodA=; b=FUp9Mh5gQ+jCc6eZwTV3y c6HLeF09t7lPB8EBZ3/fXXurOy+M6B0IsJLihboqjjIlgu2iBw+dCgqlbsrgEVlU AesjVww5fD/kxMOXrrNtCpga1MIVct/ylK0NddpjIepHDsazan01glJC6g60DZ0f oIc/E5VB63zUZ5G0eHUGuc= 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=hR6mKLou2iiclYvqF70i+mMLodA=; b=G/vtBx2dSNyYj9BE2hwx oU4ZQVzSYFMY/bgxzIfNfHriF5PlRqJK16ctziIb12Q/VfrBJ/ImLMn57E/zFh0Y gD0qqGSgciFSqpd2sNCQaQWoXqOab779mZqjIFFN3gC+PubDqkJSrmBKARZ/T8kh QvQgkHq96ii8HOQQFfCSePk= X-ME-Sender: X-Sasl-enc: kqwnf1qKjzhRbKSsb6jM9Vge5pTdm/nQ5/iSqZiktxcp 1478055739 Date: Wed, 2 Nov 2016 03:00:13 +0000 From: Daniel Shahaf To: zsh-users@zsh.org Subject: Re: man pages aren't updated Message-ID: <20161102030013.GA5118@fujitsu.shahaf.local2> References: <20161101034638.GA4209__13062.8586317927$1478010076$gmane$org@localhost.localdomain> <20161101153701.GA9233@fujitsu.shahaf.local2> <20161102020916.GA5804__39989.4180395224$1478052681$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: <20161102020916.GA5804__39989.4180395224$1478052681$gmane$org@localhost.localdomain> User-Agent: Mutt/1.5.23 (2014-03-12) 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.