[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/doc/emacs Makefile.in [EMACS_23_1_RC]
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] emacs/doc/emacs Makefile.in [EMACS_23_1_RC] |
Date: |
Thu, 09 Jul 2009 02:50:36 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Branch: EMACS_23_1_RC
Changes by: Glenn Morris <gm> 09/07/09 02:50:36
Modified files:
doc/emacs : Makefile.in
Log message:
(texinfodir): New variable, with location of texinfo.tex.
(ENVADD): Add texinfodir to TEXINPUTS.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/Makefile.in?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.6&r2=1.6.2.1
Patches:
Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/Makefile.in,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -b -r1.6 -r1.6.2.1
--- Makefile.in 8 Jan 2009 05:28:46 -0000 1.6
+++ Makefile.in 9 Jul 2009 02:50:36 -0000 1.6.2.1
@@ -31,6 +31,8 @@
## 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 @@
.texi.dvi:
$(TEXI2DVI) $<
-ENVADD = TEXINPUTS="$(srcdir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)"
+ENVADD = TEXINPUTS="$(srcdir):$(texinfodir):$(TEXINPUTS)"
MAKEINFO="$(MAKEINFO) -I$(srcdir)"
EMACS_XTRA=\
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs/doc/emacs Makefile.in [EMACS_23_1_RC],
Glenn Morris <=