diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2005-05-24 16:40:18 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2005-05-24 16:40:18 +0000 |
commit | a400280975c403466c3f6e20dff2ac1e2236f8af (patch) | |
tree | 5b56f1469ee69b1ab1cfa8a0c203c4416454d277 /lib/am/texinfos.am | |
parent | be0b6366002ead88aaf411eb3f093537d60270d2 (diff) | |
download | automake-a400280975c403466c3f6e20dff2ac1e2236f8af.tar.gz |
* lib/am/texinfos.am (.dvi.ps): Add $(am__TEXINFO_TEX_DIR) to TEXINPUTS.
Diffstat (limited to 'lib/am/texinfos.am')
-rw-r--r-- | lib/am/texinfos.am | 5 |
1 files changed, 3 insertions, 2 deletions
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% |