From: Alexandre Duret-Lutz Date: Tue, 24 May 2005 16:40:18 +0000 (+0000) Subject: * lib/am/texinfos.am (.dvi.ps): Add $(am__TEXINFO_TEX_DIR) to TEXINPUTS. X-Git-Tag: Release-1-9b~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a400280975c403466c3f6e20dff2ac1e2236f8af;p=thirdparty%2Fautomake.git * lib/am/texinfos.am (.dvi.ps): Add $(am__TEXINFO_TEX_DIR) to TEXINPUTS. --- diff --git a/ChangeLog b/ChangeLog index 8ea71bb1f..fccdbae4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-05-24 Brian Gough (tiny change) + + * lib/am/texinfos.am (.dvi.ps): Add $(am__TEXINFO_TEX_DIR) to TEXINPUTS. + 2005-05-15 Alexandre Duret-Lutz Fix PR automake/461: diff --git a/THANKS b/THANKS index 81fdec487..887b92602 100644 --- a/THANKS +++ b/THANKS @@ -34,6 +34,7 @@ Bob Proulx rwp@hprwp.fc.hp.com Braden N. McDaniel braden@endoframe.com Brendan O'Dea bod@compusol.com.au Brian Ford ford@vss.fsi.com +Brian Gough bjg@network-theory.co.uk Brian Jones cbj@nortel.net Bruce Korb bkorb@gnu.org Bruno Haible haible@ilog.fr diff --git a/lib/am/texinfos.am b/lib/am/texinfos.am index 6882a7846..95e5528ce 100644 --- a/lib/am/texinfos.am +++ b/lib/am/texinfos.am @@ -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 @@ endif %?LOCAL-TEXIS% if %?LOCAL-TEXIS% DVIPS = dvips .dvi.ps: + TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ $(DVIPS) -o $@ $< endif %?LOCAL-TEXIS%