From 3c15ca696e1fda6e27e96712cd414f97cf09aa80 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 29 May 2004 12:57:50 +0000 Subject: [PATCH] (../info/flymake, flymake.dvi): New targets. (INFO_TARGETS, DVI_TARGETS): Add Flymake. --- man/Makefile.in | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/man/Makefile.in b/man/Makefile.in index e1b971010b0..99970c3c0ab 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -40,13 +40,14 @@ INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \ ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \ ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \ ../info/woman ../info/emacs-mime ../info/eshell \ - ../info/speedbar ../info/tramp ../info/ses ../info/smtpmail + ../info/speedbar ../info/tramp ../info/ses ../info/smtpmail \ + ../info/flymake DVI_TARGETS = emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \ ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \ reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \ ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \ pcl-cvs.dvi woman.dvi emacs-mime.dvi eshell.dvi \ - speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi + speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi INFOSOURCES = info.texi # The following rule does not work with all versions of `make'. @@ -287,6 +288,11 @@ ses.dvi: ses.texi smtpmail.dvi: smtpmail.texi $(ENVADD) $(TEXI2DVI) ${srcdir}/smtpmail.texi +../info/flymake: flymake.texi + cd $(srcdir); $(MAKEINFO) flymake.texi +flymake.dvi: flymake.texi + $(ENVADD) $(TEXI2DVI) ${srcdir}/flymake.texi + mostlyclean: rm -f *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.* -- 2.39.5