From 76daa6febe966057e78705a4467a2ff9a49527ca Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 8 Jul 2005 06:17:27 +0000 Subject: [PATCH] Initial checkin [SVN r29942] --- doc/Jamfile.v2 | 17 +++++++++++++++++ index.html | 12 ++++++++++++ 2 files changed, 29 insertions(+) create mode 100755 doc/Jamfile.v2 create mode 100755 index.html diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 new file mode 100755 index 0000000..f54b529 --- /dev/null +++ b/doc/Jamfile.v2 @@ -0,0 +1,17 @@ +import docutils ; + +path-constant docutils-css : ../../iterator/doc/default.css ; + +import path ; +sources = [ path.glob . : *.rst ] ; +bases = $(sources:S=) ; + +for local b in $(bases) +{ + html $(b) : $(b).rst : + "-gdt --traceback --trim-footnote-reference-space --embed-stylesheet --stylesheet-path="$(docutils-css) + ; +} + +alias htmls : $(bases) ; +stage html : $(bases) ; diff --git a/index.html b/index.html new file mode 100755 index 0000000..672aaab --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + + +Automatically loading index page... if nothing happens, please go to +doc/html/index.html. + +