From ff70cc5d679b5a08e2b7d547a4b948772d2f12f3 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 23 Dec 2000 05:09:39 +0000 Subject: [PATCH] Extend "install-html" rule to install "index.html". --- v7/doc/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/doc/Makefile.in b/v7/doc/Makefile.in index 03388d58d..6e69857b3 100644 --- a/v7/doc/Makefile.in +++ b/v7/doc/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.3 2000/12/09 03:42:19 cph Exp $ +# $Id: Makefile.in,v 1.4 2000/12/23 05:09:39 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -109,6 +109,7 @@ install-info: install-html: $(mkinstalldirs) $(DESTDIR)$(htmldir) + $(INSTALL_DATA) index.html $(DESTDIR)$(htmldir)/. @for D in $(SUBDIRS); do \ echo "making $@ in $${D}";\ ( cd $${D} && $(MAKE) $@ ) || exit 1;\ -- 2.25.1