]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
authorGlenn Morris <rgm@gnu.org>
Wed, 25 Jan 2012 21:42:37 +0000 (16:42 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 25 Jan 2012 21:42:37 +0000 (16:42 -0500)
doc/lispref/ChangeLog
doc/lispref/Makefile.in

index 9e4d50943fe66b7025ff4634b9b9887b08c88662..6b5b54aad08387701317ffadb155e3de55f39095 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-25  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (ENVADD): Add $emacsdir.  (Bug#10603)
+
 2012-01-24  Chong Yidong  <cyd@gnu.org>
 
        * variables.texi (Variables, Local Variables, Void Variables):
index 0b616884ff20ad22160071f319a75f42f04837e0..4128eb06d7ffc2fdd75fc1b6294c92e38b41998d 100644 (file)
@@ -36,7 +36,7 @@ TEXI2DVI = texi2dvi
 TEXI2PDF = texi2pdf
 DVIPS = dvips
 
-ENVADD = TEXINPUTS="$(srcdir):$(texinfodir):$(TEXINPUTS)" \
+ENVADD = TEXINPUTS="$(srcdir):$(texinfodir):$(emacsdir):$(TEXINPUTS)" \
          MAKEINFO="$(MAKEINFO) $(MAKEINFO_OPTS)"
 
 # List of all the texinfo files in the manual: