]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfodir): New variable, with location of texinfo.tex.
authorGlenn Morris <rgm@gnu.org>
Thu, 9 Jul 2009 02:52:26 +0000 (02:52 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 9 Jul 2009 02:52:26 +0000 (02:52 +0000)
(ENVADD): Add texinfodir to TEXINPUTS.

doc/emacs/Makefile.in

index 5682d095eef5bdd1609ff33c6457269b135d20b4..edb845b3eacdcf12ca664578783ccc70caf07ade 100644 (file)
@@ -31,6 +31,8 @@ VPATH=@srcdir@
 ## Where the output files go.
 ## Note that the setfilename command in the .texi files assumes this.
 infodir=../../info
+# Directory with the (customized) texinfo.tex file.
+texinfodir = $(srcdir)/../misc
 
 # The makeinfo program is part of the Texinfo distribution.
 # Use --force so that it generates output even if there are errors.
@@ -47,7 +49,7 @@ TEXI2DVI = texi2dvi
 .texi.dvi:
        $(TEXI2DVI) $<
 
-ENVADD = TEXINPUTS="$(srcdir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)"
+ENVADD = TEXINPUTS="$(srcdir):$(texinfodir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)"
 
 
 EMACS_XTRA=\