From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Robert J. Chassell" Newsgroups: gmane.emacs.devel Subject: Re: Problem building emacs-lisp-intro.dvi. Date: Wed, 23 Aug 2006 19:11:14 +0000 (UTC) Message-ID: References: <87ejvanxp7.fsf@xs4all.nl> <87veomm7rf.fsf@xs4all.nl> <87ac5xvl04.fsf@xs4all.nl> <854pw5436k.fsf@lola.goethe.zz> Reply-To: bob@rattlesnake.com NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1156360329 1094 80.91.229.2 (23 Aug 2006 19:12:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Aug 2006 19:12:09 +0000 (UTC) Cc: Andreas Schwab , eliz@gnu.org, bob@rattlesnake.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 23 21:12:05 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 1GFy8b-0000Yc-J8 for ged-emacs-devel@m.gmane.org; Wed, 23 Aug 2006 21:11:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFy8a-0002dd-UX for ged-emacs-devel@m.gmane.org; Wed, 23 Aug 2006 15:11:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GFy8O-0002dF-B0 for emacs-devel@gnu.org; Wed, 23 Aug 2006 15:11:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GFy8M-0002cs-AI for emacs-devel@gnu.org; Wed, 23 Aug 2006 15:11:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GFy8M-0002cn-5d for emacs-devel@gnu.org; Wed, 23 Aug 2006 15:11:26 -0400 Original-Received: from [69.168.108.225] (helo=rattlesnake.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GFyGA-0000X8-Rl; Wed, 23 Aug 2006 15:19:31 -0400 Original-Received: by rattlesnake.com via sendmail from stdin id (Debian Smail3.2.0.115) Wed, 23 Aug 2006 19:11:14 +0000 (UTC) Original-To: emacs-devel@gnu.org In-reply-to: (message from Andreas Schwab on Wed, 23 Aug 2006 18:26:37 +0200) 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:58780 Archived-At: > So the question here is whether texi2dvi invokes TeX in a way that > would find texinfo.tex in a directory mentione in the -I switch. \input and @include use the same search path. Thanks! Am I correct in thinking that means I can change emacs-lisp-intro.texi from \input ../man/texinfo to \input texinfo and modify emacs/lispintro/Makefile.in from TEXI2DVI = texi2dvi to TEXI2DVI = texi2dvi -I TEXI2DVI_INPUTS=$(srcdir)/../man and from emacs-lisp-intro.dvi: ${INFO_SOURCES} $(ENVADD) $(TEXI2DVI) $(srcdir)/emacs-lisp-intro.texi to emacs-lisp-intro.dvi: ${INFO_SOURCES} $(ENVADD) $(TEXI2DVI) $(TEXI2DVI_INPUTS) $(srcdir)/emacs-lisp-intro.texi ? To test, I will do a distclean, configure, and bootstrap. -- Robert J. Chassell bob@rattlesnake.com GnuPG Key ID: 004B4AC8 http://www.rattlesnake.com http://www.teak.cc