We've got type_identity...

Jonathan Wakely jwakely@redhat.com
Thu Jan 24 12:34:00 GMT 2019


On 24/01/19 12:32 +0000, Jonathan Wakely wrote:
>On 23/01/19 16:09 -0500, Ed Smith-Rowland wrote:
>>This patch would check it off but I'd like to regen the html before 
>>really posting..
>>
>>I tried looking and googling but I couldn't see how to update html 
>>in tree.  How do I do that?
>
>See https://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_hacking.html#doc.docbook
>
>The doc-html-docbook target will put the docs in doc/docbook/html so
>you need to copy them back into the source tree, which I do with:
>
>rsync -a  doc/docbook/html/. $gccsrcdir/libstdc++-v3/doc/html/.

And there's a nightly cron job on gcc.gnu.org that copies the HTML
files from trunk to https://gcc.gnu.org/onlinedocs/libstdc++/



More information about the Libstdc++ mailing list