On Wed, Mar 7, 2012 at 20:18, Clifford Yapp <[email protected]> wrote:
>
>
> 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.

Good idea.

The problem I'm trying to track down is why we are getting this error
during a pdf build:

SEVERE: Couldn't find hyphenation pattern en

When I do the FOP command in my company pdf docs it looks like this:

  $ FOP_HYPHENATION_PATH=/path/to/fop-hyphen.jar
/usr/local/bin/fop -c .....

In the ./misc/CMake/fop.cmake.in file the FOP_HYPHENATION envvar is
defined and assumed to be in the environment, but I'm not sure it's
there correctly.

Best,

-Tom

------------------------------------------------------------------------------
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