This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: regenerating doc/html
> I'm updating the C++0x status table now (e.g. removing all the
> concepts references) so will be regenerating the html files again. Do
> you have a clever script to extract the TOC from the PDF working
> draft?
I wish! I would expect you would need the latex for that, and
captured output from mkindex.
Transforms between latex and docbook are harder than they look.
> What updates the copies of the docs on the website, is that something
> you run manually with shell access to gcc.gnu.org?
the gcc.gnu.org webpage is automatically updated to whatever is in
trunk libstdc++/doc/html at some point every day. Details are vague
because I don't know them....
There is a way to force it, via shell access. See
/home/gccadmin/scripts/update_web_docs_libstdcxx_svn
-benjamin