On Wed, Mar 7, 2012 at 7:46 PM, Christopher Sean Morrison <[email protected]>wrote:

>
> On Mar 7, 2012, at 6:36 PM, Tom Browder <[email protected]> wrote:
>
> > Is there any way to get cmake to show the actual Makefile commands as
> > they are generated?
>
> Is "make VERBOSE=1" what you mean?
>

For DocBook, the best thing to look at is the .cmake file containing the
specific command that is run - for example, for the html output of tire,
the command is contained in:

<builddir>/doc/docbook/articles/en/tire_article_html.cmake

You can actually edit that file and run it stand-alone by doing:

cmake -P <builddir>/doc/docbook/articles/en/tire_article_html.cmake

(which is what the Makefile does) - this can be handy if you need to tweak
and test a specific file without going through the full drama of a
re-configure and rebuild.

Cliff
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
BRL-CAD Developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to