aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog8
-rw-r--r--man/Makefile.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index e508cc35d0f..14a90826e25 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,11 @@
12006-11-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * Makefile.in (emacs.dvi): Remove xresmini.texi
4
5 * emacs: Include xresources.texi both for info and dvi.
6
7 * xresources.texi: Merge text from xresmini.texi
8
12006-11-17 Carsten Dominik <dominik@science.uva.nl> 92006-11-17 Carsten Dominik <dominik@science.uva.nl>
2 10
3 * org.texi: Fix typos. 11 * org.texi: Fix typos.
diff --git a/man/Makefile.in b/man/Makefile.in
index 61f775231ae..5008cfbc593 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -144,7 +144,7 @@ info.dvi: ${INFOSOURCES}
144../info/emacs: ${EMACSSOURCES} 144../info/emacs: ${EMACSSOURCES}
145 cd $(srcdir); $(MAKEINFO) emacs.texi 145 cd $(srcdir); $(MAKEINFO) emacs.texi
146 146
147emacs.dvi: ${EMACSSOURCES} $(srcdir)/xresmini.texi 147emacs.dvi: ${EMACSSOURCES}
148 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs.texi 148 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs.texi
149 149
150# This target is here so you could easily get the list of the *.texi 150# This target is here so you could easily get the list of the *.texi