From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17786 invoked by alias); 10 Apr 2018 03:02:19 -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: List-Unsubscribe: X-Seq: 23332 Received: (qmail 3433 invoked by uid 1010); 10 Apr 2018 03:02:19 -0000 X-Qmail-Scanner-Diagnostics: from mta02.eastlink.ca 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(24.224.136.13):SA:0(-2.6/5.0):. Processed in 1.106508 secs); 10 Apr 2018 03:02:19 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: rayandrews@eastlink.ca X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset=windows-1252; format=flowed X-Authority-Analysis: v=2.3 cv=IOss9DnG c=1 sm=1 tr=0 a=RnRVsdTsRxS/hkU0yKjOWA==:117 a=RnRVsdTsRxS/hkU0yKjOWA==:17 a=N659UExz7-8A:10 a=ypP1TTiQAAAA:8 a=SJqqzYyTAAAA:8 a=rDzQZXmvLDwsz0CyOKoA:9 a=pILNOxqGKmIA:10 a=hQJuNFu3_-49AoTz8EQU:22 a=SXsdcRSsInZg-wPO42Qu:22 X-EL-IP-NOAUTH: 24.207.101.9 Subject: Re: zsh 5.5 available To: zsh-users@zsh.org References: <20180408174503.63235de6@ntlworld.com> <20180409093953.25af3f07@camnpupstephen.cam.scsc.local> <20180410022902.al5jqjlhccsx5vlp@gmail.com> From: Ray Andrews Message-id: <7933b27f-eff4-7e19-54ba-77f9b0be0abe@eastlink.ca> Date: Mon, 9 Apr 2018 20:02:14 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 In-reply-to: <20180410022902.al5jqjlhccsx5vlp@gmail.com> Content-language: en-CA On 09/04/18 07:29 PM, Joey Pabalinas wrote: > On Mon, Apr 09, 2018 at 07:14:24PM -0700, Ray Andrews wrote: >> Both info and man are still 5.3.1, what's needed to update them? > Yodl is used to generate the documentation, and IIRC if the build > system detects a Yodl install it should update the versions > automatically. > I'd expect so but whereasthe 'info' is there, and I can run it " info ./zsh.info " if I'm in the directory where that file is found, otherwise the older version is found.  I ran " make install.info" and I have the mentioned dependencies.  Somehow 'info' just doesn't know where to  look.  Ditto the 'man' pages-- still the older version. I copied everything in the new build " .../share/man/man1" to " /usr/share/man/man1", and that seems to work but I'd expect it to happen automatically, as you say.  Also, the specific info pages, inthe older version seem to be just the man pages shown slightly differently, there are no specific 'zsh.info*' files as there are with zsh-5.5, and I don't know where they should go. There's a "/usr/share/info" directory but it has no comparable files, only '...info.gz' files and I'm afraid to try anything by hand.