From: Eli Zaretskii Date: Tue, 8 Aug 2000 10:42:25 +0000 (+0000) Subject: (INFO_TARGETS): Add ../info/woman. X-Git-Tag: emacs-pretest-21.0.90~2434 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db2672fe9931b45aea1380bf3fbb55bef5e48f64;p=emacs.git (INFO_TARGETS): Add ../info/woman. (DVI_TARGETS): Add woman.dvi. (../info/woman, woman.dvi): New targets. --- diff --git a/man/Makefile.in b/man/Makefile.in index ad3f3286a34..4adfe05729a 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -17,12 +17,13 @@ INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \ ../info/info ../info/message ../info/mh-e ../info/reftex \ ../info/sc ../info/vip ../info/viper ../info/widget \ ../info/efaq ../info/ada-mode ../info/autotype \ - ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs + ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \ + ../info/woman DVI_TARGETS = emacs.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 + pcl-cvs.dvi woman.dvi INFOSOURCES = info.texi info-stnd.texi # The following rule does not work with all versions of `make'. @@ -198,6 +199,11 @@ eudc.dvi: eudc.texi ebrowse.dvi: ebrowse.texi $(ENVADD) $(TEXI2DVI) ${srcdir}/ebrowse.texi +../info/woman: woman.texi + cd $(srcdir); $(MAKEINFO) woman.texi +woman.dvi: woman.texi + $(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi + mostlyclean: rm -f *.log *.cp *.fn *.ky *.pg *.vr core