From 9325df92b0d3a5d4b12c7fb9e93b88bd11d8a9a3 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 11 Jul 2000 16:59:56 +0000 Subject: [PATCH] New texi2html generates foo.html file rather than foo_toc.html. --- v7/doc/imail/Makefile | 4 ++-- v7/doc/imail/html/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/v7/doc/imail/Makefile b/v7/doc/imail/Makefile index 9f186ba4c..4c46337e5 100644 --- a/v7/doc/imail/Makefile +++ b/v7/doc/imail/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.5 2000/07/10 22:09:51 cph Exp $ +# $Id: Makefile,v 1.6 2000/07/11 16:59:56 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -34,7 +34,7 @@ imail.info: imail.texinfo cpx imail.info* /usr/local/lib/mit-scheme/edwin/info/. gzip -v /usr/local/lib/mit-scheme/edwin/info/imail.info* -html/imail_toc.html: imail.texinfo +html/imail.html: imail.texinfo (cd html;make) AUX_SUFFIXES = aux log toc diff --git a/v7/doc/imail/html/Makefile b/v7/doc/imail/html/Makefile index 0711679df..fec23ec75 100644 --- a/v7/doc/imail/html/Makefile +++ b/v7/doc/imail/html/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.2 2000/07/09 01:36:12 cph Exp $ +# $Id: Makefile,v 1.3 2000/07/11 16:59:53 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -17,9 +17,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -all: imail_toc.html +all: imail.html -imail_toc.html: ../imail.texinfo +imail.html: ../imail.texinfo rm -rf *.html texi2html -split_chapter ../imail.texinfo -- 2.25.1