diff options
author | Eli Zaretskii <eliz@gnu.org> | 2004-05-29 12:57:50 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2004-05-29 12:57:50 +0000 |
commit | 3c15ca696e1fda6e27e96712cd414f97cf09aa80 (patch) | |
tree | d0be92df6f47b112a11997b578da67d453a02c21 /man/Makefile.in | |
parent | 4bcbcb9df3c0a6a19d07939c8a10b7b50344c92c (diff) | |
download | emacs-3c15ca696e1fda6e27e96712cd414f97cf09aa80.tar.gz |
(../info/flymake, flymake.dvi): New targets.
(INFO_TARGETS, DVI_TARGETS): Add Flymake.
Diffstat (limited to 'man/Makefile.in')
-rw-r--r-- | man/Makefile.in | 10 |
1 files 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.* |