فهرست منبع

This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.

[SVN r36324]
nobody 19 سال پیش
والد
کامیت
c3a8c56f4f
5فایلهای تغییر یافته به همراه27 افزوده شده و 3 حذف شده
  1. 1 1
      libs/mpl
  2. 1 1
      libs/python
  3. 23 0
      more/Jamfile.v2
  4. 1 1
      tools/build
  5. 1 0
      tools/regression/test/test-cases/general/.cvsignore

+ 1 - 1
libs/mpl

@@ -1 +1 @@
-Subproject commit 0fb7bfb970ea4c7b952a1e5328ffaebcddc97dd8
+Subproject commit dab3eafd37a8151ae932f553a487bbee1f4d4656

+ 1 - 1
libs/python

@@ -1 +1 @@
-Subproject commit c2dd9fa8332e4562217aa854dce1c78966a71653
+Subproject commit 1b66cd9643f97d5dcd3dab3afecc47c0f24f6869

+ 23 - 0
more/Jamfile.v2

@@ -0,0 +1,23 @@
+# Copyright David Abrahams 2006. Distributed under the Boost
+# Software License, Version 1.0. (See accompanying
+# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+import docutils ;
+
+import path ;
+sources = getting_started.rst ;
+bases = $(sources:S=) ;
+  
+# This is a path relative to the html/ subdirectory where the
+# generated output will eventually be moved.
+stylesheet = "--stylesheet=../rst.css" ;
+
+for local b in $(bases)
+{
+    html $(b) : $(b).rst : 
+      
+    <docutils-html>"-gdt --source-url="./$(b).rst" --link-stylesheet --traceback --trim-footnote-reference-space --footnote-references=superscript "$(stylesheet)
+  ;
+}
+
+alias htmls : $(bases) ;
+stage . : $(bases) ;

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 86ef097106241e4572f010a0680416296089a99e
+Subproject commit 73a4ea82c81c2f05ae8f669ce03fef148adc2f23

+ 1 - 0
tools/regression/test/test-cases/general/.cvsignore

@@ -0,0 +1 @@
+actual

粤ICP备19079148号