From cb593fe9f3f94143b2863d19b883231ff993b6d1 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] --- v2/doc/architecture.html | 2 +- v2/doc/boost-build.jam | 2 -- v2/doc/extending.html | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 v2/doc/boost-build.jam diff --git a/v2/doc/architecture.html b/v2/doc/architecture.html index 98be6b4b4..cc9f96c66 100644 --- a/v2/doc/architecture.html +++ b/v2/doc/architecture.html @@ -29,7 +29,7 @@ --> -

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

Boost.Build v2 extender manual