bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dvips may require inputs from source directory


From: Brian Gough
Subject: dvips may require inputs from source directory
Date: Fri, 20 May 2005 16:00:49 +0100

For out of tree builds, dvips may require files on TEXINPUTS, like
texi2dvi (e.g. eps files for figures).  Patch for automake-1.9.5
below.

-- 
best regards,

Brian Gough

Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/

--- lib/am/texinfos.am.orig     Mon Dec 27 21:15:30 2004
+++ lib/am/texinfos.am  Fri May 20 15:37:49 2005
@@ -57,6 +57,7 @@
 if %?LOCAL-TEXIS%
 DVIPS = dvips
 .dvi.ps:
+       TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
        $(DVIPS) -o $@ $<
 endif %?LOCAL-TEXIS%




reply via email to

[Prev in Thread] Current Thread [Next in Thread]