changeset 70479:34c75d68e3b4

makefile.w32-in (emacs.dvi): Makefile.in (emacs.dvi): Add xresmini.texi
author Eli Zaretskii <eliz@gnu.org>
date Sat, 06 May 2006 15:54:21 +0000
parents fddd2c3aa87b
children 6843ac6a323f
files man/Makefile.in man/makefile.w32-in
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/Makefile.in	Sat May 06 15:50:48 2006 +0000
+++ b/man/Makefile.in	Sat May 06 15:54:21 2006 +0000
@@ -144,7 +144,7 @@
 ../info/emacs: ${EMACSSOURCES}
 	cd $(srcdir); $(MAKEINFO) emacs.texi
 
-emacs.dvi: ${EMACSSOURCES}
+emacs.dvi: ${EMACSSOURCES} $(srcdir)/xresmini.texi
 	$(ENVADD) $(TEXI2DVI) ${srcdir}/emacs.texi
 
 # This target is here so you could easily get the list of the *.texi
--- a/man/makefile.w32-in	Sat May 06 15:50:48 2006 +0000
+++ b/man/makefile.w32-in	Sat May 06 15:54:21 2006 +0000
@@ -147,7 +147,7 @@
 $(infodir)/emacs: $(EMACSSOURCES)
 	$(MAKEINFO) emacs.texi
 
-emacs.dvi: $(EMACSSOURCES)
+emacs.dvi: $(EMACSSOURCES) $(srcdir)/xresmini.texi
 	$(ENVADD) $(TEXI2DVI) $(srcdir)/emacs.texi
 
 # This target is here so you could easily get the list of the *.texi