# HG changeset patch # User Richard M. Stallman # Date 798177279 0 # Node ID 8a5fc45394293635697ab59c50cc31a0777eb753 # Parent 5a52cf3e5f1181fc8f5b4f496f7e645443819c77 (INFO_TARGETS, DVI_TARGETS): Add mh-e targets. (../info/mh-e, mh-e.dvi): New targets. diff -r 5a52cf3e5f11 -r 8a5fc4539429 man/Makefile.in --- a/man/Makefile.in Tue Apr 18 03:45:52 1995 +0000 +++ b/man/Makefile.in Tue Apr 18 03:54:39 1995 +0000 @@ -13,8 +13,10 @@ # 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 @@ 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