diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-09 23:05:28 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-09 23:05:28 +0000 |
commit | 15ce5c0daa2eabd99750bb5453dd1494155b7435 (patch) | |
tree | a38217fab403f616407961a50ae2767d3e94cfac | |
parent | b8530c8fdc615ac8be9765487e56ebdadd2961b9 (diff) | |
download | emacs-15ce5c0daa2eabd99750bb5453dd1494155b7435.tar.gz |
(../info/ccmode): Renamed from ../info/cc-mode.
(INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
-rw-r--r-- | man/Makefile.in | 4 |
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@ # 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 @@ info.dvi: ${INFOSOURCES} 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 |