From: Glenn Morris Date: Sat, 11 Jul 2009 20:06:30 +0000 (+0000) Subject: (TEXI2PDF): New. X-Git-Tag: emacs-pretest-23.1.90~2198 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=64fbeb16277caedf05d20694a7b88a2c10870796;p=emacs.git (TEXI2PDF): New. (elisp.pdf): New targets. --- 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 @@ 2009-07-11 Glenn Morris + * Makefile.in (TEXI2PDF): New. + (elisp.pdf): New target. + * searching.texi (Regexp Backslash): Fix typo. * 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 texinfodir = $(srcdir)/../misc TEXI2DVI = texi2dvi +TEXI2PDF = texi2pdf SHELL = /bin/sh INSTALL_INFO = install-info MAKEINFO = makeinfo --force @@ -103,6 +104,9 @@ $(infodir)/elisp: $(srcs) elisp.dvi: $(srcs) $(TEXI2DVI) -I $(srcdir) -I $(texinfodir) $(srcdir)/elisp.texi +elisp.pdf: $(srcs) + $(TEXI2PDF) -I $(srcdir) -I $(texinfodir) $(srcdir)/elisp.texi + clean: rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ *.vr *.vrs *.pg *.pgs *.ky *.kys elisp[12]*