From: Glenn Morris Date: Sat, 11 Jul 2009 20:03:40 +0000 (+0000) Subject: (TEXI2PDF): New. X-Git-Tag: emacs-pretest-23.1.90~2199 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=703d26ba65161cc8af7da3ba2df8f63e68c3d2ef;p=emacs.git (TEXI2PDF): New. (emacs.pdf, emacs-xtra.pdf): New targets. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index b86ff147a36..56fc79ae53d 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,5 +1,8 @@ 2009-07-11 Glenn Morris + * Makefile.in (TEXI2PDF): New. + (emacs.pdf, emacs-xtra.pdf): New targets. + * arevert-xtra.texi (Autorevert): Add menu descriptions. * display.texi (Horizontal Scrolling): Re-word to remove widow. diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in index edb845b3eac..62a7e7ccc55 100644 --- a/doc/emacs/Makefile.in +++ b/doc/emacs/Makefile.in @@ -43,6 +43,7 @@ DVI_TARGETS = emacs.dvi TEXI2DVI = texi2dvi +TEXI2PDF = texi2pdf # The following rule does not work with all versions of `make'. .SUFFIXES: .texi .dvi @@ -130,10 +131,16 @@ $(infodir)/emacs: ${EMACSSOURCES} emacs.dvi: ${EMACSSOURCES} $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs.texi +emacs.pdf: ${EMACSSOURCES} + $(ENVADD) $(TEXI2PDF) ${srcdir}/emacs.texi + emacs-xtra.dvi: emacs-xtra.texi $(EMACS_XTRA) $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-xtra.texi +emacs-xtra.pdf: emacs-xtra.texi $(EMACS_XTRA) + $(ENVADD) $(TEXI2PDF) ${srcdir}/emacs-xtra.texi + mostlyclean: rm -f *.log *.cp *.fn *.ky *.op *.ops *.pg *.vr core *.tp *.core