aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index c88e090171d..0488fea88bd 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -12,7 +12,7 @@ VPATH=@srcdir@
12 12
13# The makeinfo program is part of the Texinfo distribution. 13# The makeinfo program is part of the Texinfo distribution.
14MAKEINFO = makeinfo 14MAKEINFO = makeinfo
15INFO_TARGETS = ../info/emacs ../info/cc-mode ../info/cl ../info/dired-x \ 15INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl ../info/dired-x \
16 ../info/ediff ../info/forms ../info/gnus ../info/info \ 16 ../info/ediff ../info/forms ../info/gnus ../info/info \
17 ../info/mh-e ../info/sc ../info/vip ../info/viper 17 ../info/mh-e ../info/sc ../info/vip ../info/viper
18DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi ediff.dvi forms.dvi \ 18DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi ediff.dvi forms.dvi \
@@ -81,7 +81,7 @@ info.dvi: ${INFOSOURCES}
81emacs.dvi: ${EMACSSOURCES} 81emacs.dvi: ${EMACSSOURCES}
82 $(TEXI2DVI) ${srcdir}/emacs.texi 82 $(TEXI2DVI) ${srcdir}/emacs.texi
83 83
84../info/cc-mode: cc-mode.texi 84../info/ccmode: cc-mode.texi
85 $(MAKEINFO) cc-mode.texi 85 $(MAKEINFO) cc-mode.texi
86cc-mode.dvi: cc-mode.texi 86cc-mode.dvi: cc-mode.texi
87 $(TEXI2DVI) ${srcdir}/cc-mode.texi 87 $(TEXI2DVI) ${srcdir}/cc-mode.texi