]> git.eshelyaron.com Git - emacs.git/commitdiff
(../info/ccmode): Renamed from ../info/cc-mode.
authorKarl Heuer <kwzh@gnu.org>
Tue, 9 Jan 1996 23:05:28 +0000 (23:05 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 9 Jan 1996 23:05:28 +0000 (23:05 +0000)
(INFO_TARGETS): Use new name.  This avoids name conflict on MSDOS.

man/Makefile.in

index c88e090171d5bdf7ebf79a590adcee54805f3276..0488fea88bdcae9a2a776afc63c94e1f3c91313d 100644 (file)
@@ -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