Re: Using QuickBook
Raffi Enficiaud <[email protected]> Thu, 28 Jul 2016 01:05:14 +0200
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <[email protected]> |
Le 27/07/16 =E0 20:25, Stefan Seefeld a =E9crit : > Hello, > > I'm looking for basic instructions about how to use (run) the > `quickbook` tool. The documentation at > http://www.boost.org/doc/libs/1_61_0/doc/html/quickbook.html explains > the document structure & syntax of a .qbk file, but I can't find any > information telling me how to invoke the `quickbook` tool itself, i.e. > what the options mean, and what the input and output files are. The > output of `quickbook --help` seems a little incomplete, too. > > Could someone please provide some pointers ? > > Thanks, > Stefan > Hi, I have (very basic) instructions on how to make the setup there: https://github.com/boostorg/test/tree/develop/doc I am using the Jamfile that is in that folder: it is a copy/paste of = some other Jamfile I found in boost, and does the following: - runs doxygen - copies some files on output folder (mainly images) - runs docbook and injects doxygen's output It should be straightforward to adapt to your needs. Hope this helps, Raffi