From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Subject: Re: bug in make info? Date: Fri, 30 Jul 2010 12:31:24 +0200 Message-ID: <4C52A9FC.9090807@easy-emacs.de> References: <4C528A65.7060102@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=41259 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oemtn-0002kF-8y for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 06:33:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oemtc-0000We-25 for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 06:32:57 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:64158) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oemtb-0000WJ-Lk for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 06:32:56 -0400 In-Reply-To: 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: Philip Rooke Cc: emacs-orgmode@gnu.org Am 30.07.2010 12:12, schrieb Philip Rooke: > Andreas Röhler 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. Andreas