Mercurial > emacs
changeset 30661:0274b845303e
(INFO_TARGETS): Add ../info/woman.
(DVI_TARGETS): Add woman.dvi.
(../info/woman, woman.dvi): New targets.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 08 Aug 2000 10:42:25 +0000 |
parents | e13ae0b7fc50 |
children | 13658e19c398 |
files | man/Makefile.in |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/Makefile.in Tue Aug 08 10:41:27 2000 +0000 +++ b/man/Makefile.in Tue Aug 08 10:42:25 2000 +0000 @@ -17,12 +17,13 @@ ../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 @@ 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