summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-30 01:11:23 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-30 01:11:23 +0000
commit243e0e234a2b2ce55f8c9b8a9c19a45024f9a1d9 (patch)
treeac251a344296bb4052aceb47a89d23d89b10132d
parent65088196d9b6ebab8cc70f32e478e455b05d2121 (diff)
downloademacs-243e0e234a2b2ce55f8c9b8a9c19a45024f9a1d9.tar.gz
(../info/cc-mode, cc-mode.dvi): New targets.
(INFO_TARGETS): Add ../info/cc-mode. (DVI_TARGETS): Add cc-mode.dvi.
-rw-r--r--man/Makefile.in13
1 files changed, 9 insertions, 4 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index b3571e6739a..c88e090171d 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -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