]> git.eshelyaron.com Git - emacs.git/commitdiff
(TEXI2PDF): New.
authorGlenn Morris <rgm@gnu.org>
Sat, 11 Jul 2009 20:03:40 +0000 (20:03 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 11 Jul 2009 20:03:40 +0000 (20:03 +0000)
(emacs.pdf, emacs-xtra.pdf): New targets.

doc/emacs/ChangeLog
doc/emacs/Makefile.in

index b86ff147a369a2efb35a88fbb15b9f36d5b887b5..56fc79ae53d97c988db0a05334b37445e33a6c7a 100644 (file)
@@ -1,5 +1,8 @@
 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.
index edb845b3eacdcf12ca664578783ccc70caf07ade..62a7e7ccc5569ed0eb46ed77e5c4457b674d4d13 100644 (file)
@@ -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