comparison man/Makefile.in @ 14103:b6ec260d7c2c

(../info/ccmode): Renamed from ../info/cc-mode. (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
author Karl Heuer <kwzh@gnu.org>
date Tue, 09 Jan 1996 23:05:28 +0000
parents e97eebb1206d
children 5211a1402647
comparison
equal deleted inserted replaced
14102:d3be604d3700 14103:b6ec260d7c2c
10 VPATH=@srcdir@ 10 VPATH=@srcdir@
11 11
12 12
13 # The makeinfo program is part of the Texinfo distribution. 13 # The makeinfo program is part of the Texinfo distribution.
14 MAKEINFO = makeinfo 14 MAKEINFO = makeinfo
15 INFO_TARGETS = ../info/emacs ../info/cc-mode ../info/cl ../info/dired-x \ 15 INFO_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
18 DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi ediff.dvi forms.dvi \ 18 DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi ediff.dvi forms.dvi \
19 gnus.dvi mh-e.dvi sc.dvi vip.dvi viper.dvi 19 gnus.dvi mh-e.dvi sc.dvi vip.dvi viper.dvi
20 INFOSOURCES = info.texi info-stnd.texi 20 INFOSOURCES = info.texi info-stnd.texi
79 $(MAKEINFO) emacs.texi 79 $(MAKEINFO) emacs.texi
80 80
81 emacs.dvi: ${EMACSSOURCES} 81 emacs.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
86 cc-mode.dvi: cc-mode.texi 86 cc-mode.dvi: cc-mode.texi
87 $(TEXI2DVI) ${srcdir}/cc-mode.texi 87 $(TEXI2DVI) ${srcdir}/cc-mode.texi
88 88
89 ../info/cl: cl.texi 89 ../info/cl: cl.texi