trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2014

Re: [trinity-devel] Python help please to fix help handbook installation

From: "Darrell Anderson" <darrella@...>
Date: Tue, 14 Jan 2014 18:26:52 -0600
>Python newb, and not really familiar with SCons as a build
>system, but my *guess* would be that you need to add:
>
>myenv.KDEinstall( 'KDEDOC', lang+'/'+destination, 
>folder+'/index.docbook' )
>
>right after:
>
>myenv.KDEinstall( 'KDEDOC', lang+'/'+destination, 
>folder+'/index.cache.bz2' )
>
>Make sure that the indentation of the two lines matches
>*exactly*, because leading whitespace is syntactically
>significant in Python.

I tried that. No luck. No build failures or complaints, but no 
index.docbook in the package.

Darrell