2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-10 23:32:20 +00:00

Added Rene's doc stuff

[SVN r13389]
This commit is contained in:
Dave Abrahams
2002-04-07 00:16:41 +00:00
parent 70b7eba6b9
commit 4aa99f0d00

View File

@@ -10,4 +10,9 @@ module modules { include <module@>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 ;