Extend "install-html" rule to install "index.html".
authorChris Hanson <org/chris-hanson/cph>
Sat, 23 Dec 2000 05:09:39 +0000 (05:09 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 23 Dec 2000 05:09:39 +0000 (05:09 +0000)
v7/doc/Makefile.in

index 03388d58dffc6013b454f986567201473f1f1cd2..6e69857b31e9c28f3bfff703580ad0e142fc8bb9 100644 (file)
@@ -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;\