diff doc/emacs/Makefile.in @ 103866:c5a532331ea7

(TEXI2PDF): New. (emacs.pdf, emacs-xtra.pdf): New targets.
author Glenn Morris <rgm@gnu.org>
date Sat, 11 Jul 2009 20:03:40 +0000
parents 68421a518966
children 1d1d5d9bd884
line wrap: on
line diff
--- 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