From 4aa99f0d001ca7674da2b2b8b5e48bf036ce9fce Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 7 Apr 2002 00:16:41 +0000 Subject: [PATCH] Added Rene's doc stuff [SVN r13389] --- doc/boost-build.jam | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/boost-build.jam b/doc/boost-build.jam index ff7a528b2..5166c6466 100644 --- a/doc/boost-build.jam +++ b/doc/boost-build.jam @@ -10,4 +10,9 @@ module modules { include modules.jam ; } IMPORT modules : import : : import ; import modules ; # The modules module can tolerate being included twice +# Load the doc system. +import doc : document-module document-rule document-variable ; + import build-system ; + +doc.do-help ;