Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-11-07 12:38:20


Author: johnmaddock
Date: 2007-11-07 12:38:19 EST (Wed, 07 Nov 2007)
New Revision: 40896
URL: http://svn.boost.org/trac/boost/changeset/40896

Log:
Removed PDF docs: we'll put these somewhere else.
Fixed some license/copyright issues.
Removed:
   trunk/libs/math/doc/sf_and_dist/pdf/
Text files modified:
   trunk/libs/math/doc/sf_and_dist/win32_nmake.mak | 19 +++++++++++++++++++
   trunk/libs/math/performance/Jamfile.v2 | 5 +++++
   2 files changed, 24 insertions(+), 0 deletions(-)

Modified: trunk/libs/math/doc/sf_and_dist/win32_nmake.mak
==============================================================================
--- trunk/libs/math/doc/sf_and_dist/win32_nmake.mak (original)
+++ trunk/libs/math/doc/sf_and_dist/win32_nmake.mak 2007-11-07 12:38:19 EST (Wed, 07 Nov 2007)
@@ -1,8 +1,26 @@
+# Copyright 2006 John Maddock, Paul A. Bristow and Xiaogang Zhang.
+# 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).
+#
+# Example makefile that builds the docs.
+# Note that all the following paths will have to be changed to match
+# your actual installation paths.
+#
 
+# Path to quickbook executable:
 QB="C:/download/open/xml/bin/quickbook.exe"
+
+# Path to xsltproc:
 XSLTPROC="C:/download/open/xml/bin/xsltproc-win32/xsltproc.exe"
+
+# Path to Boost Trunc:
 BOOST=c:/data/boost/boost/trunk
+
+# Path to FO processor (XEP):
 FO=C:/Progra~1/xep/xep.bat
+
+# Configuration options:
 COMMON_XSL_PARAM=--stringparam admon.graphics "1" --stringparam body.start.indent "0pt" --stringparam chunk.first.sections "1" --stringparam chunk.section.depth "10" --stringparam fop.extensions "0" --stringparam generate.section.toc.level "10" --stringparam html.stylesheet "../../../../../../trunk/doc/html/boostbook.css" --stringparam navig.graphics "1" --stringparam page.margin.inner "0.5in" --stringparam page.margin.outer "0.5in" --stringparam paper.type "A4" --stringparam toc.max.depth "4" --stringparam toc.section.depth "10" --stringparam xep.extensions "1"
 PDF_XSL_PARAM=--stringparam admon.graphics.extension ".svg" --stringparam use.role.for.mediaobject 1 --stringparam preferred.mediaobject.role print --stringparam admon.graphics.path "../html/images/"
 HTML_XSL_PARAM=
@@ -52,3 +70,4 @@
 
 
 
+

Modified: trunk/libs/math/performance/Jamfile.v2
==============================================================================
--- trunk/libs/math/performance/Jamfile.v2 (original)
+++ trunk/libs/math/performance/Jamfile.v2 2007-11-07 12:38:19 EST (Wed, 07 Nov 2007)
@@ -1,3 +1,7 @@
+# Copyright 2006 John Maddock, Paul A. Bristow and Xiaogang Zhang.
+# 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).
 
 
 exe math_performance :
@@ -20,3 +24,4 @@
     release
     ;
 
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk