From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: bug in make info? Date: Mon, 16 Aug 2010 14:45:46 +0200 Message-ID: <2922133F-95E7-43CB-BDFE-9A29A214C2A4@gmail.com> References: <4C528A65.7060102@easy-emacs.de> <4C52A9FC.9090807@easy-emacs.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=41194 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Okz4e-00064C-2l for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 08:46:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Okz4Y-0002IL-A1 for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 08:45:55 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:43525) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Okz4Y-0002IE-4d for emacs-orgmode@gnu.org; Mon, 16 Aug 2010 08:45:50 -0400 Received: by eyg7 with SMTP id 7so1405537eyg.0 for ; Mon, 16 Aug 2010 05:45:49 -0700 (PDT) In-Reply-To: <4C52A9FC.9090807@easy-emacs.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?ISO-8859-1?Q?Andreas_R=F6hler?= Cc: emacs-orgmode@gnu.org On Jul 30, 2010, at 12:31 PM, Andreas R=F6hler wrote: > Am 30.07.2010 12:12, schrieb Philip Rooke: >> Andreas R=F6hler writes: >> >>> `make info' produces a texinfo-file `org' in directory `doc'. >>> >>> Shouldn't the ending be `info', i.e. the output be `org.info'? >> >> Not necessarily. The Makefile has the following target: >> >> doc/org: doc/org.texi >> (cd doc; $(MAKEINFO) --no-split org.texi -o org) >> >> where Carsten seems to have explicitly (-o option) set the output >> filename to be org. >> > > If calling > > info org from shell > > command-names, just introduced into org.texi alongside with its keys, > > --see thread "keys and command name info"-- > > are not displayed. > > After renaming org into org.info its shown. Unfortunately, the correct extension seems to depend on the system... :( - Carsten