diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-08-08 10:42:25 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-08-08 10:42:25 +0000 |
commit | db2672fe9931b45aea1380bf3fbb55bef5e48f64 (patch) | |
tree | b19200370bcb174b6d31a4609ecce3b7030e2dec /man/Makefile.in | |
parent | c45d327a3054196168d5fe14f2f1c6a659f5704d (diff) | |
download | emacs-db2672fe9931b45aea1380bf3fbb55bef5e48f64.tar.gz |
(INFO_TARGETS): Add ../info/woman.
(DVI_TARGETS): Add woman.dvi.
(../info/woman, woman.dvi): New targets.
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 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 |