This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++ Manual in pdf?
On Mon, Sep 13, 2010 at 18:09, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> On 13 September 2010 21:32, Tom Browder <tom.browder@gmail.com> wrote:
...
>> There's at least one problem I've found so far: the user has no
>> high-level way to influence important dblatex and other doc gen tools'
>> configuration variables, one in particular being XSL_STYLE_DIR which
>> is hard coded into libstdc++-v3/doc/Makefile.am.
>
> As with any make variable:
>
> make XSL_STYLE_DIR=blah doc-pdf-doxygen
Ah, yes, Jonathon, that works for this manual build situation!
Thanks,
-Tom