Subject: Re: [Boost-docs] Troubleshooting [xinclude *.xml]
From: Daniel James (dnljms_at_[hidden])
Date: 2010-11-15 20:41:09
On 15 November 2010 17:39, er <erwann.rogard_at_[hidden]> wrote:
>
> Is there a portion of the documentation for bjam or qbk on how to
> set up
>
> https://svn.boost.org/svn/boost/sandbox/statistics/support/libs/assign/v2/doc/Jamfile.v2
>
>
> - to include globs recursively
I think you can use 'path.glob-tree', but I don't know if it's
documented. You have to add:
import path ;
to the beginning of you Jamfile to import the module. Then replace the
glob with something like:
[ path.glob-tree ../../../../boost/assign/v2/ : *.hpp ]
> - to automatically set
>
> svn propset svn:mime-type text/plain path/of/file
> svn propset svn:eol-style native path/of/file
>
> for
>
> doc/html/*.manifest
> doc/ref.tag
https://svn.boost.org/trac/boost/wiki/BoostSubversion#MIMETypesandEnd-Of-LineStyles
Daniel
This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC