diff options
| author | Glenn Morris | 2012-01-25 16:42:37 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-01-25 16:42:37 -0500 |
| commit | 450e3cae36e00121e42c8361b4e0be0f53eaec0e (patch) | |
| tree | 85248090dd55934c9f0acdfca1d265836333d1da | |
| parent | 1edf595d75314ea0c23486e1cb8f2f46c8d89e74 (diff) | |
| download | emacs-450e3cae36e00121e42c8361b4e0be0f53eaec0e.tar.gz emacs-450e3cae36e00121e42c8361b4e0be0f53eaec0e.zip | |
* doc/lispref/Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 9e4d50943fe..6b5b54aad08 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-01-25 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603) | ||
| 4 | |||
| 1 | 2012-01-24 Chong Yidong <cyd@gnu.org> | 5 | 2012-01-24 Chong Yidong <cyd@gnu.org> |
| 2 | 6 | ||
| 3 | * variables.texi (Variables, Local Variables, Void Variables): | 7 | * variables.texi (Variables, Local Variables, Void Variables): |
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in index 0b616884ff2..4128eb06d7f 100644 --- a/doc/lispref/Makefile.in +++ b/doc/lispref/Makefile.in | |||
| @@ -36,7 +36,7 @@ TEXI2DVI = texi2dvi | |||
| 36 | TEXI2PDF = texi2pdf | 36 | TEXI2PDF = texi2pdf |
| 37 | DVIPS = dvips | 37 | DVIPS = dvips |
| 38 | 38 | ||
| 39 | ENVADD = TEXINPUTS="$(srcdir):$(texinfodir):$(TEXINPUTS)" \ | 39 | ENVADD = TEXINPUTS="$(srcdir):$(texinfodir):$(emacsdir):$(TEXINPUTS)" \ |
| 40 | MAKEINFO="$(MAKEINFO) $(MAKEINFO_OPTS)" | 40 | MAKEINFO="$(MAKEINFO) $(MAKEINFO_OPTS)" |
| 41 | 41 | ||
| 42 | # List of all the texinfo files in the manual: | 42 | # List of all the texinfo files in the manual: |