]> code.delx.au - gnu-emacs/commitdiff
(INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Apr 1995 03:54:39 +0000 (03:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Apr 1995 03:54:39 +0000 (03:54 +0000)
(../info/mh-e, mh-e.dvi): New targets.

man/Makefile.in

index da647c9ca0e4bee20d311013b00c59a638da253f..cf9792184bee9598fc1d83c5629b59f5689a4aad 100644 (file)
@@ -13,8 +13,10 @@ VPATH=@srcdir@
 # The makeinfo program is part of the Texinfo distribution.
 MAKEINFO = makeinfo
 INFO_TARGETS = ../info/emacs ../info/cl ../info/forms ../info/vip \
-              ../info/gnus ../info/sc ../info/info ../info/dired-x
-DVI_TARGETS = emacs.dvi cl.dvi forms.dvi vip.dvi gnus.dvi sc.dvi dired-x.dvi
+              ../info/gnus ../info/sc ../info/info ../info/dired-x \
+              ../info/mh-e
+DVI_TARGETS = emacs.dvi cl.dvi forms.dvi vip.dvi gnus.dvi sc.dvi \
+               dired-x.dvi mh-e.dvi
 INFOSOURCES = info.texi info-stnd.texi
 
 # The following rule does not work with all versions of `make'.
@@ -94,6 +96,11 @@ dired-x.dvi: dired-x.texi
 forms.dvi: forms.texi
        $(TEXI2DVI) ${srcdir}/forms.texi
 
+../info/mh-e: mh-e.texi
+       $(MAKEINFO) mh-e.texi
+mh-e.dvi: mh-e.texi
+       $(TEXI2DVI) ${srcdir}/mh-e.texi
+
 ../info/sc: sc.texi
        $(MAKEINFO) sc.texi
 sc.dvi: sc.texi