|
Boost-Commit : |
From: stipe_at_[hidden]
Date: 2008-05-06 18:50:27
Author: srajko
Date: 2008-05-06 18:50:26 EDT (Tue, 06 May 2008)
New Revision: 45181
URL: http://svn.boost.org/trac/boost/changeset/45181
Log:
fixed or and typo bugs
Text files modified:
sandbox/template_under_construction/sandbox/$template_library$/libs/$template_library$/doc/Jamfile.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/template_under_construction/sandbox/$template_library$/libs/$template_library$/doc/Jamfile.py
==============================================================================
--- sandbox/template_under_construction/sandbox/$template_library$/libs/$template_library$/doc/Jamfile.py (original)
+++ sandbox/template_under_construction/sandbox/$template_library$/libs/$template_library$/doc/Jamfile.py 2008-05-06 18:50:26 EDT (Tue, 06 May 2008)
@@ -90,7 +90,7 @@
elif htmlfiles!='local':
template.append_content('<xsl:param>boost.root=' + htmlfiles + '\n')
-if htmlfile!='local' || htmlstyle!='ibd':
+if htmlfiles!='local' or htmlstyle!='ibd':
template.ignore_subdirectory('style')
template.append_content(
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