From 1128d4c6eab072631a5be3e1e3499232a94f7d42 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 7 Nov 2001 19:05:53 +0000 Subject: [PATCH] (INFO_TARGETS): Add ../info/calc. (../info/calc): New target. --- man/Makefile.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.2