]> git.eshelyaron.com Git - emacs.git/commitdiff
(../info/cc-mode, cc-mode.dvi): New targets.
authorRichard M. Stallman <rms@gnu.org>
Thu, 30 Nov 1995 01:11:23 +0000 (01:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 30 Nov 1995 01:11:23 +0000 (01:11 +0000)
(INFO_TARGETS): Add ../info/cc-mode.
(DVI_TARGETS): Add cc-mode.dvi.

man/Makefile.in

index b3571e6739a2cdc0f2a3c13cbc35b204dbb94ca0..c88e090171d5bdf7ebf79a590adcee54805f3276 100644 (file)
@@ -12,11 +12,11 @@ VPATH=@srcdir@
 
 # The makeinfo program is part of the Texinfo distribution.
 MAKEINFO = makeinfo
-INFO_TARGETS = ../info/emacs ../info/cl ../info/dired-x ../info/ediff \
-              ../info/forms ../info/gnus ../info/info \
+INFO_TARGETS = ../info/emacs ../info/cc-mode ../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 cl.dvi dired-x.dvi ediff.dvi forms.dvi gnus.dvi \
-                mh-e.dvi sc.dvi vip.dvi viper.dvi
+DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi ediff.dvi forms.dvi \
+                gnus.dvi mh-e.dvi sc.dvi vip.dvi viper.dvi
 INFOSOURCES = info.texi info-stnd.texi
 
 # The following rule does not work with all versions of `make'.
@@ -81,6 +81,11 @@ info.dvi: ${INFOSOURCES}
 emacs.dvi: ${EMACSSOURCES}
        $(TEXI2DVI) ${srcdir}/emacs.texi
 
+../info/cc-mode: cc-mode.texi
+       $(MAKEINFO) cc-mode.texi
+cc-mode.dvi: cc-mode.texi
+       $(TEXI2DVI) ${srcdir}/cc-mode.texi
+
 ../info/cl: cl.texi
        $(MAKEINFO) cl.texi
 cl.dvi: cl.texi