From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Problem building emacs-lisp-intro.dvi. Date: Mon, 21 Aug 2006 21:29:04 -0400 Message-ID: References: <87ejvanxp7.fsf@xs4all.nl> <87veomm7rf.fsf@xs4all.nl> <87ac5xvl04.fsf@xs4all.nl> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1156210172 18692 80.91.229.2 (22 Aug 2006 01:29:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Aug 2006 01:29:32 +0000 (UTC) Cc: Lute.Kamstra.lists@xs4all.nl, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 22 03:29:29 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GFL51-0007vW-AP for ged-emacs-devel@m.gmane.org; Tue, 22 Aug 2006 03:29:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFL50-0008I0-MU for ged-emacs-devel@m.gmane.org; Mon, 21 Aug 2006 21:29:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GFL4n-0008DF-5O for emacs-devel@gnu.org; Mon, 21 Aug 2006 21:29:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GFL4m-0008CT-A7 for emacs-devel@gnu.org; Mon, 21 Aug 2006 21:29:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFL4m-0008CM-5J for emacs-devel@gnu.org; Mon, 21 Aug 2006 21:29:08 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GFLCH-0003xL-0C for emacs-devel@gnu.org; Mon, 21 Aug 2006 21:36:53 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.34) id 1GFL4i-00072P-ON; Mon, 21 Aug 2006 21:29:04 -0400 Original-To: bob@rattlesnake.com In-reply-to: (bob@rattlesnake.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:58673 Archived-At: > Date: Tue, 22 Aug 2006 00:45:26 +0000 (UTC) > From: "Robert J. Chassell" > Cc: emacs-devel@gnu.org > > Instead of hardcoding the use of man/texinfo.tex into > lispintro/emacs-lisp-intro.texi, you could also use the -I switch > of texi2dvi to specify the man directory. ... > > I did not know that. How far back was that switch introduced, in > Emacs terms? IIRC, the -I switch was supported by makeinfo since day one. Also, we already used -I in man/Makefile.in, even before the change by Lute a few days ago.