total newbie with quickbook
Hi, posted in gclb.doc but no luck so far, so i figured i'd try here: --- Things I did a) sudo apt-get install xsltproc docbook-xsl docbook-xml b) updated user-config.jam file as required c) installed SciTE --- Things I'm unsure about: 1) don't understand this part in the section about SciTE: You can use the following settings (qbk = *.qbk etc) to highlight quickbook tags when editing quickbook files. where should these settings be set? SciTE?! 2) Suppose i have a .qbk file. Where do I go from here? how do i build the html file with it? probably very basic, but... Thanks!
AMDG e r wrote:
2) Suppose i have a .qbk file. Where do I go from here? how do i build the html file with it? probably very basic, but...
Using the example in http://svn.boost.org/trac/boost/browser/trunk/tools/build/v2/tools/quickbook... Put something similar to the following in the Jamfile using boostbook ; import quickbook ; boostbook my_docs : my_docs_source.qbk ; Then just run bjam as normal. In Christ, Steven Watanabe
Steven Watanabe wrote:
AMDG
e r wrote:
2) Suppose i have a .qbk file. Where do I go from here? how do i build the html file with it? probably very basic, but...
Using the example in http://svn.boost.org/trac/boost/browser/trunk/tools/build/v2/tools/quickbook...
Put something similar to the following in the Jamfile
using boostbook ; import quickbook ; boostbook my_docs : my_docs_source.qbk ;
Then just run bjam as normal.
In Christ, Steven Watanabe
thanks!
participants (2)
-
e r
-
Steven Watanabe