comparison man/Makefile.in @ 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 97b523794d77
children 97b5b479183f 146cd8369025
comparison
equal deleted inserted replaced
70478:fddd2c3aa87b 70479:34c75d68e3b4
142 $(ENVADD) $(TEXI2DVI) ${srcdir}/info.texi 142 $(ENVADD) $(TEXI2DVI) ${srcdir}/info.texi
143 143
144 ../info/emacs: ${EMACSSOURCES} 144 ../info/emacs: ${EMACSSOURCES}
145 cd $(srcdir); $(MAKEINFO) emacs.texi 145 cd $(srcdir); $(MAKEINFO) emacs.texi
146 146
147 emacs.dvi: ${EMACSSOURCES} 147 emacs.dvi: ${EMACSSOURCES} $(srcdir)/xresmini.texi
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
151 # files which belong to the Emacs manual (as opposed to the separate 151 # files which belong to the Emacs manual (as opposed to the separate
152 # manuals for CL, CC Mode, Ebrowse, etc.). With this target, you can 152 # manuals for CL, CC Mode, Ebrowse, etc.). With this target, you can