Remove long out of date warning.

[SVN r51319]
This commit is contained in:
Daniel James 2009-02-18 21:22:37 +00:00
parent 7e71c7ad2a
commit e272daa32e

View File

@ -288,12 +288,6 @@ def setup_boostbook( tools_directory ):
print "Done! Execute \"bjam --v2\" in a documentation directory to generate" print "Done! Execute \"bjam --v2\" in a documentation directory to generate"
print "documentation with BoostBook. If you have not already, you will need" print "documentation with BoostBook. If you have not already, you will need"
print "to compile Boost.Jam." print "to compile Boost.Jam."
print ""
print "WARNING FOR WIN32: please obtain a patched version of xsltproc "
print "from http://engineering.meta-comm.com/xsltproc-win32.zip if you"
print "are running BoostBook build on Win32 system (this patched version"
print "solves the long-standing xsltproc problem with "
print "creating directories for output files)."
def main(): def main():
( tools_directory ) = accept_args( sys.argv[ 1: ] ) ( tools_directory ) = accept_args( sys.argv[ 1: ] )