> > This patch fixes the previously unknown issues so that the pdf docs > > for libstdc++ can be built on texlive-2007 and texlive-2013. > > This patch broke html generation for me. The new file containing the > bibliography didn't have an xmlns attribute on the root node, so the > <bibliography> element wasn't processed correctly.
Ugh. Sorry. I was paying a lot more attention to pdf for this round. > This fixes it, however the Bibliography still appears after the first > section in the Policy Based Data Structures chapter, rather than the > last, because the <bibliography> element doesn't start a new chunk so > is in the same file as the first section. Adding a <?dbhtml?> PI > doesn't have seem to have any effect on a <bibliography>. Yeah, I'm wondering if a single biblio for the entire manual might make more sense. There are a lot of repetitions. > This patch also adds <?dbhtml?> PIs to several sections so the HTML > pages get stable names, rather than something like > bk01pt03ch20s05.html Sounds good. > Committed to trunk. I'll fix the ABI URLs and check the html gen on > the 4.7 branch too. Thanks. -benjamin