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 | 11022425942397e510822ca824c55e59426fdbe7 (patch) | |
tree | 29e33cd991a2395fcb5d0a2ec8e38af157f06eca /man | |
parent | 4133b3001a9d708596d9da3f52758080b6a5ca89 (diff) | |
download | emacs-11022425942397e510822ca824c55e59426fdbe7.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 |