# HG changeset patch # User Glenn Morris # Date 1247342620 0 # Node ID c5a532331ea702903e009e67a8c2c16866320fa3 # Parent 579c78c2c5d8188c9cfd125075d50ddb90a707d5 (TEXI2PDF): New. (emacs.pdf, emacs-xtra.pdf): New targets. diff -r 579c78c2c5d8 -r c5a532331ea7 doc/emacs/ChangeLog --- a/doc/emacs/ChangeLog Sat Jul 11 19:55:19 2009 +0000 +++ b/doc/emacs/ChangeLog Sat Jul 11 20:03:40 2009 +0000 @@ -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 -r 579c78c2c5d8 -r c5a532331ea7 doc/emacs/Makefile.in --- a/doc/emacs/Makefile.in Sat Jul 11 19:55:19 2009 +0000 +++ b/doc/emacs/Makefile.in Sat Jul 11 20:03:40 2009 +0000 @@ -43,6 +43,7 @@ TEXI2DVI = texi2dvi +TEXI2PDF = texi2pdf # The following rule does not work with all versions of `make'. .SUFFIXES: .texi .dvi @@ -130,10 +131,16 @@ 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