This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++ Manual in pdf?


On 13 September 2010 21:32, Tom Browder <tom.browder@gmail.com> wrote:
> On Thu, Sep 9, 2010 at 11:39, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
>> On 4 September 2010 01:46, Tom Browder wrote:
>>>> The doc/Makefile.am file has the rules. This is for 4.5 and trunk only.
>>>
>>> Okay, I'll look deeper, but I though there would be a configure file
>>> around to create the Makefile.
>>
>> There is, that becomes doc/Makefile, and you can do make
>> doc-pdf-docbook doc-pdf-doxygen from the $target/libstdc++-v3 dir.
>
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]