From: Gerd Moellmann Date: Thu, 7 Oct 1999 21:22:54 +0000 (+0000) Subject: (INFO_TARGETS, DVI_TARGETS): Add ada-mode. X-Git-Tag: emacs-pretest-21.0.90~6529 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a226b66dad9f13a61dfaefbb4e48da6dfee22efc;p=emacs.git (INFO_TARGETS, DVI_TARGETS): Add ada-mode. (../info/ada-mode, ada-mode.dvi): New targets. --- diff --git a/man/Makefile.in b/man/Makefile.in index 18212e9b39f..7db71bc2f4a 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -16,10 +16,11 @@ INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \ ../info/dired-x ../info/ediff ../info/forms ../info/gnus \ ../info/info ../info/message ../info/mh-e ../info/reftex \ ../info/sc ../info/vip ../info/viper ../info/widget \ - ../info/faq + ../info/faq ../info/ada-mode DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi \ ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \ - reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi + reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \ + ada-mode.dvi INFOSOURCES = info.texi info-stnd.texi # The following rule does not work with all versions of `make'. @@ -97,6 +98,11 @@ emacs.dvi: ${EMACSSOURCES} cc-mode.dvi: cc-mode.texi $(ENVADD) $(TEXI2DVI) ${srcdir}/cc-mode.texi +../info/ada-mode: ada-mode.texi + cd $(srcdir); $(MAKEINFO) ada-mode.texi +ada-mode.dvi: ada-mode.texi + $(ENVADD) $(TEXI2DVI) ${srcdir}/ada-mode.texi + ../info/cl: cl.texi cd $(srcdir); $(MAKEINFO) cl.texi cl.dvi: cl.texi