From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: egarrulo Newsgroups: gmane.emacs.help Subject: Re: Manual: Texinfo file for version 25.1? Date: Wed, 22 Mar 2017 22:46:35 +0100 Message-ID: References: <84efxymcm0.fsf@tm6592> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1490219515 24089 195.159.176.226 (22 Mar 2017 21:51:55 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 22 Mar 2017 21:51:55 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 22 22:51:51 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cqoAH-0004Qu-OB for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Mar 2017 22:51:33 +0100 Original-Received: from localhost ([::1]:53422 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cqo9U-0001u6-2g for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Mar 2017 17:50:44 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-X-Trace: individual.net xRUCIE8ePvWALljPsQyCnQxduwlMDrVRcFYkAivpnNOkHbtpKr Cancel-Lock: sha1:TL0qtu751QN4BKPomS8O9P4nNpY= In-Reply-To: Original-Xref: usenet.stanford.edu gnu.emacs.help:219076 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:112633 Archived-At: On 19/03/17 15:09, egarrulo wrote: > On 15/03/17 22:52, Marco Wahl wrote: >> egarrulo writes: >> >>> The manual for Emacs 25.1 is available in some formats, except >>> Texinfo, which is stuck at version 24.5: >>> >>> https://www.gnu.org/software/emacs/manual/emacs-formats.html >>> >>> Is there a way to get the manual for Emacs 25.1 in Texinfo format? >>> Thank you. >> >> http://git.savannah.gnu.org/cgit/emacs.git/tree/doc/emacs/emacs.texi?h=emacs-25 >> >> > > Thanks, but that only gets the main Tex file, not the included ones. All > files are available in the source distribution, therefore I have tried: > > ./configure > make docs > > But the build has not generated any new emacs.texi. Am I doing anything > wrong? Has emacs.texi been discontinued? Therefore the full emacs.texi that maintainers used to publish, that was not generated by the Makefile? Thanks.