# HG changeset patch # User Karl Heuer # Date 821228728 0 # Node ID b6ec260d7c2c72f9ac97994a0c542ca21ac549b8 # Parent d3be604d370017ba4de91d3eb29b0e13a2a9a724 (../info/ccmode): Renamed from ../info/cc-mode. (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS. diff -r d3be604d3700 -r b6ec260d7c2c man/Makefile.in --- a/man/Makefile.in Tue Jan 09 22:59:24 1996 +0000 +++ b/man/Makefile.in Tue Jan 09 23:05:28 1996 +0000 @@ -12,7 +12,7 @@ # The makeinfo program is part of the Texinfo distribution. MAKEINFO = makeinfo -INFO_TARGETS = ../info/emacs ../info/cc-mode ../info/cl ../info/dired-x \ +INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl ../info/dired-x \ ../info/ediff ../info/forms ../info/gnus ../info/info \ ../info/mh-e ../info/sc ../info/vip ../info/viper DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi ediff.dvi forms.dvi \ @@ -81,7 +81,7 @@ emacs.dvi: ${EMACSSOURCES} $(TEXI2DVI) ${srcdir}/emacs.texi -../info/cc-mode: cc-mode.texi +../info/ccmode: cc-mode.texi $(MAKEINFO) cc-mode.texi cc-mode.dvi: cc-mode.texi $(TEXI2DVI) ${srcdir}/cc-mode.texi