summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-18 03:54:39 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-18 03:54:39 +0000
commit027fd8cd46a0f903a35e0f5905d8360157b762b8 (patch)
tree94018b7aee08890673b8b8fb0b8b98d9cf01ceba /man
parenta057b2ecb5ed2bbc238567c18e84b51271294936 (diff)
downloademacs-027fd8cd46a0f903a35e0f5905d8360157b762b8.tar.gz
(INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
(../info/mh-e, mh-e.dvi): New targets.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index da647c9ca0e..cf9792184be 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -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