Mercurial > emacs
changeset 40812:7cf66b264c54
(INFO_TARGETS): Add ../info/calc.
(../info/calc): New target.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 07 Nov 2001 19:05:53 +0000 |
parents | c9f5f8f1bce6 |
children | 268436e9693b |
files | man/Makefile.in |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/man/Makefile.in Wed Nov 07 19:02:54 2001 +0000 +++ b/man/Makefile.in Wed Nov 07 19:05:53 2001 +0000 @@ -36,7 +36,7 @@ ../info/dired-x ../info/ediff ../info/forms ../info/gnus \ ../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/efaq ../info/ada-mode ../info/autotype ../info/calc \ ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \ ../info/woman ../info/emacs-mime ../info/eshell \ ../info/speedbar @@ -218,6 +218,11 @@ autotype.dvi: autotype.texi $(ENVADD) $(TEXI2DVI) ${srcdir}/autotype.texi +../info/calc: calc.texi + cd $(srcdir); $(MAKEINFO) calc.texi +#autotype.dvi: autotype.texi +# $(ENVADD) $(TEXI2DVI) ${srcdir}/autotype.texi + # This is produced with --no-split to avoid making files whose # names clash on DOS 8+3 filesystems ../info/idlwave: idlwave.texi