From 909af7670c7e70f0a87044f1369e867b9041d86d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 7 Nov 2001 19:10:49 +0000 Subject: [PATCH] Fix last change. --- man/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/Makefile.in b/man/Makefile.in index 01f35842bb7..6b5bd1cd189 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -220,8 +220,9 @@ autotype.dvi: autotype.texi ../info/calc: calc.texi cd $(srcdir); $(MAKEINFO) calc.texi -#autotype.dvi: autotype.texi -# $(ENVADD) $(TEXI2DVI) ${srcdir}/autotype.texi +# This does not yet work. +#calc.dvi: calc.texi +# $(ENVADD) $(TEXI2DVI) ${srcdir}/calc.texi # This is produced with --no-split to avoid making files whose # names clash on DOS 8+3 filesystems -- 2.39.5