>>> "Brian" == Brian Gough <[EMAIL PROTECTED]> writes:
Brian> For out of tree builds, dvips may require files on TEXINPUTS, like Brian> texi2dvi (e.g. eps files for figures). Patch for automake-1.9.5 Brian> below. Thank you. I'm installing this on HEAD and branch-1-9. 2005-05-24 Brian Gough <[EMAIL PROTECTED]> (tiny change) * lib/am/texinfos.am (.dvi.ps): Add $(am__TEXINFO_TEX_DIR) to TEXINPUTS. Index: THANKS =================================================================== RCS file: /cvs/automake/automake/THANKS,v retrieving revision 1.267 diff -u -r1.267 THANKS --- THANKS 1 Mar 2005 23:04:38 -0000 1.267 +++ THANKS 24 May 2005 16:37:57 -0000 @@ -34,6 +34,7 @@ Braden N. McDaniel [EMAIL PROTECTED] Brendan O'Dea bod@compusol.com.au Brian Ford [EMAIL PROTECTED] +Brian Gough [EMAIL PROTECTED] Brian Jones [EMAIL PROTECTED] Bruce Korb [EMAIL PROTECTED] Bruno Haible [EMAIL PROTECTED] Index: lib/am/texinfos.am =================================================================== RCS file: /cvs/automake/automake/lib/am/texinfos.am,v retrieving revision 1.116 diff -u -r1.116 texinfos.am --- lib/am/texinfos.am 14 May 2005 20:28:53 -0000 1.116 +++ lib/am/texinfos.am 24 May 2005 16:38:59 -0000 @@ -1,7 +1,7 @@ ## automake - create Makefile.in from Makefile.am -## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 -## Free Software Foundation, Inc. +## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +## 2003, 2004, 2005 Free Software Foundation, Inc. ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -57,6 +57,7 @@ if %?LOCAL-TEXIS% DVIPS = dvips .dvi.ps: + TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ $(DVIPS) -o $@ $< endif %?LOCAL-TEXIS% -- Alexandre Duret-Lutz