aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-07-11 20:06:30 +0000
committerGlenn Morris2009-07-11 20:06:30 +0000
commit64fbeb16277caedf05d20694a7b88a2c10870796 (patch)
tree98398c420f259b7ea12e5e2ed745cf2cba63ba8a
parent703d26ba65161cc8af7da3ba2df8f63e68c3d2ef (diff)
downloademacs-64fbeb16277caedf05d20694a7b88a2c10870796.tar.gz
emacs-64fbeb16277caedf05d20694a7b88a2c10870796.zip
(TEXI2PDF): New.
(elisp.pdf): New targets.
-rw-r--r--doc/lispref/ChangeLog3
-rw-r--r--doc/lispref/Makefile.in4
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 41d866f35e7..a9f6c01b73e 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -6,6 +6,9 @@
6 6
72009-07-11 Glenn Morris <rgm@gnu.org> 72009-07-11 Glenn Morris <rgm@gnu.org>
8 8
9 * Makefile.in (TEXI2PDF): New.
10 (elisp.pdf): New target.
11
9 * searching.texi (Regexp Backslash): Fix typo. 12 * searching.texi (Regexp Backslash): Fix typo.
10 13
11 * elisp.texi (Top): Display copyright notice at start of non-TeX. 14 * elisp.texi (Top): Display copyright notice at start of non-TeX.
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in
index 7c8f1af79c1..8a6315c72e4 100644
--- a/doc/lispref/Makefile.in
+++ b/doc/lispref/Makefile.in
@@ -31,6 +31,7 @@ infodir = ../../info
31texinfodir = $(srcdir)/../misc 31texinfodir = $(srcdir)/../misc
32 32
33TEXI2DVI = texi2dvi 33TEXI2DVI = texi2dvi
34TEXI2PDF = texi2pdf
34SHELL = /bin/sh 35SHELL = /bin/sh
35INSTALL_INFO = install-info 36INSTALL_INFO = install-info
36MAKEINFO = makeinfo --force 37MAKEINFO = makeinfo --force
@@ -103,6 +104,9 @@ $(infodir)/elisp: $(srcs)
103elisp.dvi: $(srcs) 104elisp.dvi: $(srcs)
104 $(TEXI2DVI) -I $(srcdir) -I $(texinfodir) $(srcdir)/elisp.texi 105 $(TEXI2DVI) -I $(srcdir) -I $(texinfodir) $(srcdir)/elisp.texi
105 106
107elisp.pdf: $(srcs)
108 $(TEXI2PDF) -I $(srcdir) -I $(texinfodir) $(srcdir)/elisp.texi
109
106clean: 110clean:
107 rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ 111 rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \
108 *.vr *.vrs *.pg *.pgs *.ky *.kys elisp[12]* 112 *.vr *.vrs *.pg *.pgs *.ky *.kys elisp[12]*