From af6de905e5781d22ca0f1d6fc50d2d8fa4cd44f4 Mon Sep 17 00:00:00 2001 From: danieljames Date: Sun, 22 Feb 2009 11:53:48 +0000 Subject: [PATCH] Add missing index.html file for MPI and GIL. Ref #2616: All the top level libraries now have index.html files but several sub-libraries don't. I'm not sure it's worth adding them as many of them don't have appropriate subdirectories anyway. git-svn-id: https://svn.boost.org/svn/boost/trunk@51387 b8fc166d-592f-0410-95f2-cb63ce0dd405 --- libs/gil/index.html | 16 ++++++++++++++++ libs/mpi/index.html | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 libs/gil/index.html create mode 100644 libs/mpi/index.html diff --git a/libs/gil/index.html b/libs/gil/index.html new file mode 100644 index 0000000000..27e6a896ce --- /dev/null +++ b/libs/gil/index.html @@ -0,0 +1,16 @@ + + + + + + + + +Automatic redirection failed, please go to +doc/html/index.html + + diff --git a/libs/mpi/index.html b/libs/mpi/index.html new file mode 100644 index 0000000000..5dad703a17 --- /dev/null +++ b/libs/mpi/index.html @@ -0,0 +1,16 @@ + + + + + + + + +Automatic redirection failed, please go to +../../doc/html/mpi.html + + -- 2.11.4.GIT