comparison man/Makefile.in @ 11478:8a5fc4539429

(INFO_TARGETS, DVI_TARGETS): Add mh-e targets. (../info/mh-e, mh-e.dvi): New targets.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Apr 1995 03:54:39 +0000
parents 535aea7d22a3
children b804f7df771d
comparison
equal deleted inserted replaced
11477:5a52cf3e5f11 11478:8a5fc4539429
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/cl ../info/forms ../info/vip \ 15 INFO_TARGETS = ../info/emacs ../info/cl ../info/forms ../info/vip \
16 ../info/gnus ../info/sc ../info/info ../info/dired-x 16 ../info/gnus ../info/sc ../info/info ../info/dired-x \
17 DVI_TARGETS = emacs.dvi cl.dvi forms.dvi vip.dvi gnus.dvi sc.dvi dired-x.dvi 17 ../info/mh-e
18 DVI_TARGETS = emacs.dvi cl.dvi forms.dvi vip.dvi gnus.dvi sc.dvi \
19 dired-x.dvi mh-e.dvi
18 INFOSOURCES = info.texi info-stnd.texi 20 INFOSOURCES = info.texi info-stnd.texi
19 21
20 # The following rule does not work with all versions of `make'. 22 # The following rule does not work with all versions of `make'.
21 .SUFFIXES: .texi .dvi 23 .SUFFIXES: .texi .dvi
22 .texi.dvi: 24 .texi.dvi:
92 ../info/forms: forms.texi 94 ../info/forms: forms.texi
93 $(MAKEINFO) forms.texi 95 $(MAKEINFO) forms.texi
94 forms.dvi: forms.texi 96 forms.dvi: forms.texi
95 $(TEXI2DVI) ${srcdir}/forms.texi 97 $(TEXI2DVI) ${srcdir}/forms.texi
96 98
99 ../info/mh-e: mh-e.texi
100 $(MAKEINFO) mh-e.texi
101 mh-e.dvi: mh-e.texi
102 $(TEXI2DVI) ${srcdir}/mh-e.texi
103
97 ../info/sc: sc.texi 104 ../info/sc: sc.texi
98 $(MAKEINFO) sc.texi 105 $(MAKEINFO) sc.texi
99 sc.dvi: sc.texi 106 sc.dvi: sc.texi
100 $(TEXI2DVI) ${srcdir}/sc.texi 107 $(TEXI2DVI) ${srcdir}/sc.texi
101 108