aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/two-volume.make5
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 186558be254..843c8dc9439 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12012-05-08 Glenn Morris <rgm@gnu.org>
2
3 * two-volume.make (emacsdir): New.
4 (tex): Add directory with emacsver.texi to TEXINPUTS.
5
12012-05-05 Glenn Morris <rgm@gnu.org> 62012-05-05 Glenn Morris <rgm@gnu.org>
2 7
3 * minibuf.texi (Minibuffer History, Basic Completion): 8 * minibuf.texi (Minibuffer History, Basic Completion):
diff --git a/doc/lispref/two-volume.make b/doc/lispref/two-volume.make
index 4acbb193f82..07fcaf09b98 100644
--- a/doc/lispref/two-volume.make
+++ b/doc/lispref/two-volume.make
@@ -1,4 +1,4 @@
1# Copyright (C) 2007-2012 Free Software Foundation, Inc. 1# Copyright (C) 2007-2012 Free Software Foundation, Inc.
2# See end for copying conditions. 2# See end for copying conditions.
3 3
4# although it would be nice to use tex rather than pdftex to avoid 4# although it would be nice to use tex rather than pdftex to avoid
@@ -6,8 +6,9 @@
6# existing, etc., dvips | ps2pdf doesn't preserve the page size. 6# existing, etc., dvips | ps2pdf doesn't preserve the page size.
7# Instead of creating a special dvips config file, put up with the warnings. 7# Instead of creating a special dvips config file, put up with the warnings.
8texinfodir=../misc 8texinfodir=../misc
9emacsdir=../emacs
9 10
10tex = TEXINPUTS=".:$(texinfodir):${TEXINPUTS}" pdftex -interaction=nonstopmode 11tex = TEXINPUTS=".:$(texinfodir):${emacsdir}:${TEXINPUTS}" pdftex -interaction=nonstopmode
11 12
12all: vol1.pdf vol2.pdf 13all: vol1.pdf vol2.pdf
13 14