# HG changeset patch # User Eli Zaretskii # Date 965731345 0 # Node ID 0274b845303ec4da1967879c1abde2ac38664fdd # Parent e13ae0b7fc500ec5748be167c631faabce06a6bf (INFO_TARGETS): Add ../info/woman. (DVI_TARGETS): Add woman.dvi. (../info/woman, woman.dvi): New targets. diff -r e13ae0b7fc50 -r 0274b845303e man/Makefile.in --- 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