|
Subject: Re: Quickbook build directory Newsgroups: gmane.comp.lib.boost.build Date: 2005-02-14 14:12:30 GMT (4 years, 19 weeks, 6 days, 12 hours and 5 minutes ago)
Hi Daniel,
> I've been using quickbook to write a tutorial for the hash functions I'm
> writing, and I've got a small problem with the quickbook toolset. The
> libraries' individual documentation is normally added to the main
> documentation by lines like:
>
> <xi:include href="../../libs/any/doc/any.xml"/>
> <xi:include href="../../libs/array/doc/array.xml"/>
>
> To do this for documentation generated by quickbook, I need to know
> where the file is going to be generated (it's currently generated in the
> default compiler's subdirectory). So is it possible to either force the
> toolset to generate the xml file in the same directory as it's source,
> or supply boost.xml with the correct directory?
Looks up the usage of program_options in the boost.xml file. I think you
need to
1. <xi:include your_xml_file_without_any_directory/>
2. Add <implicit-dependency> in doc/Jamfile.v2 on the target which produces
the xml file. The necessary include path will be set up automatically.
HTH,
Volodya
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/jamboost/
<*> To unsubscribe from this group, send an email to:
jamboost-unsubscribe <at> yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|
|
|