From 4f2584de3de04e8f020b3840cd03d02a6b1e8a11 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 11 Jul 2000 20:17:56 +0000 Subject: [PATCH] New texi2html generates foo.html file rather than foo_toc.html. --- v7/doc/imail/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/doc/imail/Makefile b/v7/doc/imail/Makefile index 4c46337e5..e79862236 100644 --- a/v7/doc/imail/Makefile +++ b/v7/doc/imail/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.6 2000/07/11 16:59:56 cph Exp $ +# $Id: Makefile,v 1.7 2000/07/11 20:17:56 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -all: imail.ps imail.pdf imail.info html/imail_toc.html +all: imail.ps imail.pdf imail.info html/imail.html imail.ps: imail.dvi dvips -o $@ $^ -- 2.25.1