Mercurial > emacs
changeset 15525:521a4d5ccea0
Add rules for the Message manual.
author | Lars Magne Ingebrigtsen <larsi@gnus.org> |
---|---|
date | Thu, 27 Jun 1996 22:23:03 +0000 |
parents | 4a92710b931c |
children | 926ef4afc174 |
files | man/Makefile.in |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/Makefile.in Thu Jun 27 08:16:22 1996 +0000 +++ b/man/Makefile.in Thu Jun 27 22:23:03 1996 +0000 @@ -14,9 +14,10 @@ MAKEINFO = makeinfo INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl ../info/dired-x \ ../info/ediff ../info/forms ../info/gnus ../info/info \ - ../info/mh-e ../info/sc ../info/vip ../info/viper + ../info/mh-e ../info/sc ../info/vip ../info/viper \ + ../info/message DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi ediff.dvi forms.dvi \ - gnus.dvi mh-e.dvi sc.dvi vip.dvi viper.dvi + gnus.dvi mh-e.dvi sc.dvi vip.dvi viper.dvi message.dvi INFOSOURCES = info.texi info-stnd.texi # The following rule does not work with all versions of `make'. @@ -131,6 +132,11 @@ gnus.dvi: gnus.texi TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/gnus.texi +../info/message: message.texi + cd $(srcdir); $(MAKEINFO) message.texi +message.dvi: message.texi + TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/message.texi + ../etc/GNU: gnu1.texi gnu.texi makeinfo --no-headers -o ../etc/GNU gnu1.texi