aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-07-09 02:52:26 +0000
committerGlenn Morris2009-07-09 02:52:26 +0000
commit2358ae546100768f2678dcd55c94c36c6cf1901e (patch)
tree2606c3728c497c5661c48794cd6060f8cd8d7a59
parent672fe986bf8d04fa405f9bdce99991b0c712079d (diff)
downloademacs-2358ae546100768f2678dcd55c94c36c6cf1901e.tar.gz
emacs-2358ae546100768f2678dcd55c94c36c6cf1901e.zip
(texinfodir): New variable, with location of texinfo.tex.
(ENVADD): Add texinfodir to TEXINPUTS.
-rw-r--r--doc/emacs/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in
index 5682d095eef..edb845b3eac 100644
--- a/doc/emacs/Makefile.in
+++ b/doc/emacs/Makefile.in
@@ -31,6 +31,8 @@ VPATH=@srcdir@
31## Where the output files go. 31## Where the output files go.
32## Note that the setfilename command in the .texi files assumes this. 32## Note that the setfilename command in the .texi files assumes this.
33infodir=../../info 33infodir=../../info
34# Directory with the (customized) texinfo.tex file.
35texinfodir = $(srcdir)/../misc
34 36
35# The makeinfo program is part of the Texinfo distribution. 37# The makeinfo program is part of the Texinfo distribution.
36# Use --force so that it generates output even if there are errors. 38# Use --force so that it generates output even if there are errors.
@@ -47,7 +49,7 @@ TEXI2DVI = texi2dvi
47.texi.dvi: 49.texi.dvi:
48 $(TEXI2DVI) $< 50 $(TEXI2DVI) $<
49 51
50ENVADD = TEXINPUTS="$(srcdir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)" 52ENVADD = TEXINPUTS="$(srcdir):$(texinfodir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)"
51 53
52 54
53EMACS_XTRA=\ 55EMACS_XTRA=\