Mercurial > emacs
changeset 20863:6ee33d0e1682
(reftex.dvi, ../info/reftex): New targets.
(INFO_TARGETS, DVI_TARGETS): Add the new targets.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 08 Feb 1998 20:55:44 +0000 |
parents | f4efe8aa6133 |
children | ad9e06c97d95 |
files | man/Makefile.in |
diffstat | 1 files changed, 12 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/man/Makefile.in Sun Feb 08 08:27:19 1998 +0000 +++ b/man/Makefile.in Sun Feb 08 20:55:44 1998 +0000 @@ -12,13 +12,13 @@ # The makeinfo program is part of the Texinfo distribution. MAKEINFO = makeinfo -INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl ../info/dired-x \ - ../info/ediff ../info/forms ../info/gnus ../info/info \ - ../info/mh-e ../info/sc ../info/vip ../info/viper \ - ../info/message ../info/customize ../info/widget -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 message.dvi \ - customize.dvi widget.dvi +INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl ../info/customize \ + ../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 +DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi customize.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 INFOSOURCES = info.texi info-stnd.texi # The following rule does not work with all versions of `make'. @@ -133,6 +133,11 @@ mh-e.dvi: mh-e.texi TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/mh-e.texi +../info/reftex: reftex.texi + cd $(srcdir); $(MAKEINFO) reftex.texi +reftex.dvi: reftex.texi + TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/reftex.texi + ../info/sc: sc.texi cd $(srcdir); $(MAKEINFO) sc.texi sc.dvi: sc.texi