comparison man/Makefile.in @ 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 88dd57f50303
children 20bc0bd34ada
comparison
equal deleted inserted replaced
20862:f4efe8aa6133 20863:6ee33d0e1682
10 VPATH=@srcdir@ 10 VPATH=@srcdir@
11 11
12 12
13 # The makeinfo program is part of the Texinfo distribution. 13 # The makeinfo program is part of the Texinfo distribution.
14 MAKEINFO = makeinfo 14 MAKEINFO = makeinfo
15 INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl ../info/dired-x \ 15 INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl ../info/customize \
16 ../info/ediff ../info/forms ../info/gnus ../info/info \ 16 ../info/dired-x ../info/ediff ../info/forms ../info/gnus \
17 ../info/mh-e ../info/sc ../info/vip ../info/viper \ 17 ../info/info ../info/message ../info/mh-e ../info/reftex \
18 ../info/message ../info/customize ../info/widget 18 ../info/sc ../info/vip ../info/viper ../info/widget
19 DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi ediff.dvi forms.dvi \ 19 DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi customize.dvi dired-x.dvi \
20 gnus.dvi mh-e.dvi sc.dvi vip.dvi viper.dvi message.dvi \ 20 ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \
21 customize.dvi widget.dvi 21 reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi
22 INFOSOURCES = info.texi info-stnd.texi 22 INFOSOURCES = info.texi info-stnd.texi
23 23
24 # The following rule does not work with all versions of `make'. 24 # The following rule does not work with all versions of `make'.
25 .SUFFIXES: .texi .dvi 25 .SUFFIXES: .texi .dvi
26 .texi.dvi: 26 .texi.dvi:
131 ../info/mh-e: mh-e.texi 131 ../info/mh-e: mh-e.texi
132 cd $(srcdir); $(MAKEINFO) mh-e.texi 132 cd $(srcdir); $(MAKEINFO) mh-e.texi
133 mh-e.dvi: mh-e.texi 133 mh-e.dvi: mh-e.texi
134 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/mh-e.texi 134 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/mh-e.texi
135 135
136 ../info/reftex: reftex.texi
137 cd $(srcdir); $(MAKEINFO) reftex.texi
138 reftex.dvi: reftex.texi
139 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/reftex.texi
140
136 ../info/sc: sc.texi 141 ../info/sc: sc.texi
137 cd $(srcdir); $(MAKEINFO) sc.texi 142 cd $(srcdir); $(MAKEINFO) sc.texi
138 sc.dvi: sc.texi 143 sc.dvi: sc.texi
139 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/sc.texi 144 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/sc.texi
140 145