summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-02-08 20:55:44 +0000
committerRichard M. Stallman <rms@gnu.org>1998-02-08 20:55:44 +0000
commit217cfb8b3b25ed1fc4ebf2834e496bd5e6268bf5 (patch)
tree1835883c3a34e4c28bd38c9bc71cb8a5b408c866
parent9c39efbca9b74a52b3e87c5bc4fbe9c375735550 (diff)
downloademacs-217cfb8b3b25ed1fc4ebf2834e496bd5e6268bf5.tar.gz
(reftex.dvi, ../info/reftex): New targets.
(INFO_TARGETS, DVI_TARGETS): Add the new targets.
-rw-r--r--man/Makefile.in19
1 files changed, 12 insertions, 7 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index c9c7855d3e3..bf8816c02b3 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -12,13 +12,13 @@ VPATH=@srcdir@
# 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 @@ message.dvi: message.texi
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