From 4b3af26bbf00dfdb3d7168cb5cf047adca1168a3 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 6 Dec 2003 16:18:35 +0000 Subject: [PATCH] Fix broken links. Remove unused file. [SVN r21164] --- doc/architecture.html | 2 +- doc/boost-build.jam | 2 -- doc/extending.html | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 doc/boost-build.jam diff --git a/doc/architecture.html b/doc/architecture.html index 98be6b4b4..cc9f96c66 100644 --- a/doc/architecture.html +++ b/doc/architecture.html @@ -29,7 +29,7 @@ --> -

Boost.Build v2 architecture
diff --git a/doc/boost-build.jam b/doc/boost-build.jam deleted file mode 100644 index 776bf004a..000000000 --- a/doc/boost-build.jam +++ /dev/null @@ -1,2 +0,0 @@ - -boost-build ../kernel ; \ No newline at end of file diff --git a/doc/extending.html b/doc/extending.html index 4ae849c44..47f855327 100644 --- a/doc/extending.html +++ b/doc/extending.html @@ -29,7 +29,7 @@ --> -

Boost.Build v2 extender manual