aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog3
-rw-r--r--doc/emacs/Makefile.in7
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index b86ff147a36..56fc79ae53d 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,8 @@
12009-07-11 Glenn Morris <rgm@gnu.org> 12009-07-11 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (TEXI2PDF): New.
4 (emacs.pdf, emacs-xtra.pdf): New targets.
5
3 * arevert-xtra.texi (Autorevert): Add menu descriptions. 6 * arevert-xtra.texi (Autorevert): Add menu descriptions.
4 7
5 * display.texi (Horizontal Scrolling): Re-word to remove widow. 8 * display.texi (Horizontal Scrolling): Re-word to remove widow.
diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in
index edb845b3eac..62a7e7ccc55 100644
--- a/doc/emacs/Makefile.in
+++ b/doc/emacs/Makefile.in
@@ -43,6 +43,7 @@ DVI_TARGETS = emacs.dvi
43 43
44 44
45TEXI2DVI = texi2dvi 45TEXI2DVI = texi2dvi
46TEXI2PDF = texi2pdf
46 47
47# The following rule does not work with all versions of `make'. 48# The following rule does not work with all versions of `make'.
48.SUFFIXES: .texi .dvi 49.SUFFIXES: .texi .dvi
@@ -130,10 +131,16 @@ $(infodir)/emacs: ${EMACSSOURCES}
130emacs.dvi: ${EMACSSOURCES} 131emacs.dvi: ${EMACSSOURCES}
131 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs.texi 132 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs.texi
132 133
134emacs.pdf: ${EMACSSOURCES}
135 $(ENVADD) $(TEXI2PDF) ${srcdir}/emacs.texi
136
133 137
134emacs-xtra.dvi: emacs-xtra.texi $(EMACS_XTRA) 138emacs-xtra.dvi: emacs-xtra.texi $(EMACS_XTRA)
135 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-xtra.texi 139 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-xtra.texi
136 140
141emacs-xtra.pdf: emacs-xtra.texi $(EMACS_XTRA)
142 $(ENVADD) $(TEXI2PDF) ${srcdir}/emacs-xtra.texi
143
137 144
138mostlyclean: 145mostlyclean:
139 rm -f *.log *.cp *.fn *.ky *.op *.ops *.pg *.vr core *.tp *.core 146 rm -f *.log *.cp *.fn *.ky *.op *.ops *.pg *.vr core *.tp *.core