From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philip Rooke Subject: Re: bug in make info? Date: Fri, 30 Jul 2010 11:12:38 +0100 Message-ID: References: <4C528A65.7060102@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=45859 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oema5-0003Dw-27 for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 06:12:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oema3-0005T1-Qe for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 06:12:44 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:61672) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oema3-0005St-Lq for emacs-orgmode@gnu.org; Fri, 30 Jul 2010 06:12:43 -0400 Received: by wyg36 with SMTP id 36so1089194wyg.0 for ; Fri, 30 Jul 2010 03:12:41 -0700 (PDT) In-Reply-To: <4C528A65.7060102@easy-emacs.de> ("Andreas =?utf-8?Q?R=C3=B6h?= =?utf-8?Q?ler=22's?= message of "Fri, 30 Jul 2010 10:16:37 +0200") 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: Andreas =?utf-8?Q?R=C3=B6hler?= , emacs-orgmode@gnu.org Andreas R=C3=B6hler 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.