On Monday 02 August 2004 4:35 pm, Larry Evans wrote:
<section><title>Reference</title> <xi:include href="xml/index.xml"/> </section>
You want <xi:include href="autodoc.boostbook"/>, without the enclosing <section> element. Check out the program options or logic libraries for examples.
Did that, but got no entries. I also looked at program options, but after `bjam --v2` and pointing browser to:
libs/program_options/doc/index.html
the page just showed:
Automatic redirection failed, please go to ../../../doc/html/program_options.html
However, when I clicked the link, the browser went to:
http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/signals.html
So I tried logic. There, output was:
<-----------------
cd /home/evansl/prog_dev/boost-root.ln/libs/logic/doc/
bjam --v2 reference
Jamfile.v2:5: in modules.load
rule doxygen unknown in module Jamfile</home/evansl/prog_dev/boost-cvs/boost/libs/logic/doc>.
/home/evansl/prog_dev/boost-cvs/boost/tools/build/v2/build/project.jam:255: in load-jamfile
/home/evansl/prog_dev/boost-cvs/boost/tools/build/v2/build/project.jam:67: in project.load
/home/evansl/prog_dev/boost-cvs/boost/tools/build/v2/build-system.jam:75: in load
/home/evansl/prog_dev/boost-cvs/boost/tools/build/v2/kernel/modules.jam:259: in import
/home/evansl/prog_dev/boost-cvs/boost/tools/build/v2/kernel/bootstrap.jam:120: in boost-build
/home/evansl/prog_dev/boost-cvs/boost/boost-build.jam:12: in module scope
Compilation exited abnormally with code 1 at Mon Aug 2 16:46:01
>-----------------
TIA for any further help.
------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Boost-docs mailing list [EMAIL PROTECTED] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
