This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: regenerating doc/html
On 21 April 2010 23:34, Benjamin Kosnik <bkoz@redhat.com> wrote:
>
>> What's the correct way to regenerate the contents of doc/html after
>> editing the xml sources?
>>
>> I ran 'make doc-html' and copied the new html files back into the
>> source tree
>
> That's what I do.
Including 'svn rm' on old files and 'svn add' on new ones?
e.g. bk01pt05ch13s05.html and fundamental_types.html are no longer
generated, but there are lots of new files such as
bk01pt03ch18s05.html and atomics.html
>> but there are quite a lot of changes that I wasn't
>> expecting. Is that because it hasn't been done recently, or do I have
>> the wrong docbook stylesheet, or something else?
>
> It hasn't been done super-recently. Feel free to do so, and if I notice
> anything odd I'll let you know.
OK thanks, I was a bit surprised at the extent of changes so thought I
should check.
Jon