From b60bfecceaeec6d311bc38a8cdd25d3080dd1421 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 27 Oct 2009 02:45:40 +0000 Subject: [PATCH] (TEXI2PDF): New variable. (emacs-lisp-intro.pdf): New target. --- doc/lispintro/Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/lispintro/Makefile.in b/doc/lispintro/Makefile.in index 151cf2f4714..47e72d63062 100644 --- a/doc/lispintro/Makefile.in +++ b/doc/lispintro/Makefile.in @@ -1,7 +1,7 @@ #### Makefile for the Emacs Lisp Introduction manual -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, +# 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # This file is part of GNU Emacs. @@ -36,6 +36,7 @@ DVI_TARGETS = emacs-lisp-intro.dvi MAKEINFO = makeinfo TEXI2DVI = texi2dvi +TEXI2PDF = texi2pdf DVIPS = dvips .SUFFIXES: .dvi .ps .texi @@ -50,6 +51,9 @@ ${infodir}/eintr: ${INFO_SOURCES} emacs-lisp-intro.dvi: ${INFO_SOURCES} $(TEXI2DVI) -I $(srcdir) -I $(texinfodir) $(srcdir)/emacs-lisp-intro.texi +emacs-lisp-intro.pdf: ${INFO_SOURCES} + $(TEXI2PDF) -I $(srcdir) -I $(texinfodir) $(srcdir)/emacs-lisp-intro.texi + emacs-lisp-intro.html: $(INFO_SOURCES) $(MAKEINFO) --html -o $@ $(srcdir)/emacs-lisp-intro.texi -- 2.39.5