(emacs.pdf, emacs-xtra.pdf): New targets.
2009-07-11 Glenn Morris <rgm@gnu.org>
+ * 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.
TEXI2DVI = texi2dvi
+TEXI2PDF = texi2pdf
# The following rule does not work with all versions of `make'.
.SUFFIXES: .texi .dvi
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