emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/emacs ChangeLog Makefile.in


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/emacs ChangeLog Makefile.in
Date: Sat, 11 Jul 2009 20:03:41 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/07/11 20:03:40

Modified files:
        doc/emacs      : ChangeLog Makefile.in 

Log message:
        (TEXI2PDF): New.
        (emacs.pdf, emacs-xtra.pdf): New targets.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/ChangeLog?cvsroot=emacs&r1=1.344&r2=1.345
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/Makefile.in?cvsroot=emacs&r1=1.7&r2=1.8

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/ChangeLog,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -b -r1.344 -r1.345
--- ChangeLog   11 Jul 2009 02:50:20 -0000      1.344
+++ ChangeLog   11 Jul 2009 20:03:40 -0000      1.345
@@ -1,5 +1,8 @@
 2009-07-11  Glenn Morris  <address@hidden>
 
+       * 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: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/Makefile.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- Makefile.in 9 Jul 2009 02:52:26 -0000       1.7
+++ Makefile.in 11 Jul 2009 20:03:40 -0000      1.8
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]