> I guess what we should rather do is copying over the .html files from > the temporary directory into the web tree and then do the compressing > in the web tree. But I assume you guys on the libstdc++ side are a > lot more familiar with this, so it's your call.
I guess what we should rather do is just try to get libstdc++ docs mainstreamed. What I would really like is http://gcc.gnu.org/onlinedocs/ to have # GCC 4.5.0 libstdc++ API Reference (also in PDF/PostScript/HTML) link to ftp://gcc.gnu.org/pub/libstdc++/doxygen/libstdc++-api-20100707.html.tar.bz2 ftp://gcc.gnu.org/pub/libstdc++/doxygen/libstdc++-api-20100707.pdf.bz2 # GCC 4.5.0 libstdc++ Manual (also in PDF/PostScript/HTML) ftp://gcc.gnu.org/pub/libstdc++/doxygen/libstdc++-manual-20100707.html.tar.bz2 ftp://gcc.gnu.org/pub/libstdc++/doxygen/libstdc++-manual-20100707.pdf.bz2 etc. (but for 4.5.x) I would rather move to this structure for release documentation. And then just have some nightly run on gcc.gnu.or on a properly configured machine that just generates the documentation directly from the sources. -benjamin