Mercurial > emacs
changeset 25914:5b157f24c1e8
(INFO_TARGETS, DVI_TARGETS): Add ada-mode.
(../info/ada-mode, ada-mode.dvi): New targets.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 07 Oct 1999 21:22:54 +0000 |
parents | 2552233fdd74 |
children | c527ea2cdc70 |
files | man/Makefile.in |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/Makefile.in Thu Oct 07 21:22:20 1999 +0000 +++ b/man/Makefile.in Thu Oct 07 21:22:54 1999 +0000 @@ -16,10 +16,11 @@ ../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 @@ 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