emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/emacs Makefile.in


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/emacs Makefile.in
Date: Thu, 09 Jul 2009 02:52:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/07/09 02:52:26

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&r1=1.6&r2=1.7

Patches:
Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/Makefile.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- Makefile.in 8 Jan 2009 05:28:46 -0000       1.6
+++ Makefile.in 9 Jul 2009 02:52:26 -0000       1.7
@@ -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=\




reply via email to

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