diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-06-26 07:42:34 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-06-26 07:42:34 +0000 |
commit | c16820126ec585d8d32c3c5baa3b8ab62e713610 (patch) | |
tree | 4ab42759e31e02fa5fcf063543064c9be6e0bbb7 /man | |
parent | 64d5660ea206b7656fd8dfdc91535e3642ef333d (diff) | |
download | emacs-c16820126ec585d8d32c3c5baa3b8ab62e713610.tar.gz |
(../info/ediff, ediff.dvi): New targets.
(INFO_TARGETS, DVI_TARGETS): Add those new targets.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/man/Makefile.in b/man/Makefile.in index 7c10db890c5..b3571e6739a 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -12,10 +12,10 @@ VPATH=@srcdir@ # The makeinfo program is part of the Texinfo distribution. MAKEINFO = makeinfo -INFO_TARGETS = ../info/emacs ../info/cl ../info/dired-x ../info/forms \ - ../info/gnus ../info/info \ +INFO_TARGETS = ../info/emacs ../info/cl ../info/dired-x ../info/ediff \ + ../info/forms ../info/gnus ../info/info \ ../info/mh-e ../info/sc ../info/vip ../info/viper -DVI_TARGETS = emacs.dvi cl.dvi dired-x.dvi forms.dvi gnus.dvi \ +DVI_TARGETS = emacs.dvi cl.dvi dired-x.dvi ediff.dvi forms.dvi gnus.dvi \ mh-e.dvi sc.dvi vip.dvi viper.dvi INFOSOURCES = info.texi info-stnd.texi @@ -91,6 +91,11 @@ cl.dvi: cl.texi dired-x.dvi: dired-x.texi $(TEXI2DVI) ${srcdir}/dired-x.texi +../info/ediff: ediff.texi + $(MAKEINFO) ediff.texi +ediff.dvi: ediff.texi + $(TEXI2DVI) ${srcdir}/ediff.texi + ../info/forms: forms.texi $(MAKEINFO) forms.texi forms.dvi: forms.texi |