changeset 13666:e97eebb1206d

(../info/cc-mode, cc-mode.dvi): New targets. (INFO_TARGETS): Add ../info/cc-mode. (DVI_TARGETS): Add cc-mode.dvi.
author Richard M. Stallman <rms@gnu.org>
date Thu, 30 Nov 1995 01:11:23 +0000
parents abc765f9bee3
children fbf777f663d3
files man/Makefile.in
diffstat 1 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/man/Makefile.in	Thu Nov 30 00:51:26 1995 +0000
+++ b/man/Makefile.in	Thu Nov 30 01:11:23 1995 +0000
@@ -12,11 +12,11 @@
 
 # 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 @@
 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