Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59861 - sandbox/example/libs/example/doc
From: daniel_james_at_[hidden]
Date: 2010-02-24 04:24:15


Author: danieljames
Date: 2010-02-24 04:24:14 EST (Wed, 24 Feb 2010)
New Revision: 59861
URL: http://svn.boost.org/trac/boost/changeset/59861

Log:
Learning to count.
Text files modified:
   sandbox/example/libs/example/doc/make-docbook.sh | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: sandbox/example/libs/example/doc/make-docbook.sh
==============================================================================
--- sandbox/example/libs/example/doc/make-docbook.sh (original)
+++ sandbox/example/libs/example/doc/make-docbook.sh 2010-02-24 04:24:14 EST (Wed, 24 Feb 2010)
@@ -45,20 +45,20 @@
 
 export XML_CATALOG_FILES=$(pwd)/$BUILD_DIR/catalog.xml
 
-# 2: Collect the doxygen output into a single file
+# 3: Collect the doxygen output into a single file
 
 xsltproc --stringparam doxygen.xml.path $DOXYGEN_OUTPUT_DIR \
     -o $BUILD_DIR/example.doxygen \
     $BOOST_ROOT/tools/boostbook/xsl/doxygen/collect.xsl \
     $DOXYGEN_OUTPUT_DIR/index.xml
 
-# 3: Convert the doxygen xml to boostbook
+# 4: Convert the doxygen xml to boostbook
 
 xsltproc -o $BUILD_DIR/example.boostbook \
     $BOOST_ROOT/tools/boostbook/xsl/doxygen/doxygen2boostbook.xsl \
     $BUILD_DIR/example.doxygen
 
-# 4: Convert the boostbook to docbook
+# 5: Convert the boostbook to docbook
 
 xsltproc -o example.docbook \
     $BOOST_ROOT/tools/boostbook/xsl/docbook.xsl \


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