]> git.eshelyaron.com Git - emacs.git/commitdiff
(../info/ediff, ediff.dvi): New targets.
authorRichard M. Stallman <rms@gnu.org>
Mon, 26 Jun 1995 07:42:34 +0000 (07:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 26 Jun 1995 07:42:34 +0000 (07:42 +0000)
(INFO_TARGETS, DVI_TARGETS): Add those new targets.

man/Makefile.in

index 7c10db890c5fec56614a1a4df826f6eacdc97b34..b3571e6739a2cdc0f2a3c13cbc35b204dbb94ca0 100644 (file)
@@ -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