diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-11-07 19:05:53 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-11-07 19:05:53 +0000 |
commit | 1128d4c6eab072631a5be3e1e3499232a94f7d42 (patch) | |
tree | d0ee2f8c567813c2811d5f09967f8bbfb02e24ae /man/Makefile.in | |
parent | b275eac7d3fd010f754c0c854ce511606d4dd0e3 (diff) | |
download | emacs-1128d4c6eab072631a5be3e1e3499232a94f7d42.tar.gz |
(INFO_TARGETS): Add ../info/calc.
(../info/calc): New target.
Diffstat (limited to 'man/Makefile.in')
-rw-r--r-- | man/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/Makefile.in b/man/Makefile.in index c4d3a98438b..01f35842bb7 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -36,7 +36,7 @@ INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \ ../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 @@ faq.dvi: faq.texi 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 |