[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dvips may require inputs from source directory
From: |
Alexandre Duret-Lutz |
Subject: |
Re: dvips may require inputs from source directory |
Date: |
Tue, 24 May 2005 18:40:14 +0200 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
>>> "Brian" == Brian Gough <address@hidden> 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 <address@hidden> (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 address@hidden
Brendan O'Dea address@hidden
Brian Ford address@hidden
+Brian Gough address@hidden
Brian Jones address@hidden
Bruce Korb address@hidden
Bruno Haible address@hidden
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