On 21/11/17 15:22 +0000, Przemyslaw Wirkus wrote:
Hello,
Wrong </variablelist> element position causes libstdc++v3 make doc-pdf-docbook
docs generation procedure to fail.
PDF documentation generation for libstdc++v3 is broken for make doc-pdf-docbook
rule. Pdflatex compilation fail because Latex is not correctly generated from
wrongly formatted variablelist elements in XML docs: one varlist entry is
outside section of variablelist elements:
<variablelist>
<varlistentry/>
<varlistentry/>
<varlistentry/>
</variablelist>
<varlistentry/>
Commit that caused the regression is:
Author: redi
Date: Fri Jul 21 16:05:10 2017
New Revision: 250430
URL: https://gcc.gnu.org/viewcvs?rev=250430&root=gcc&view=rev
Tested by regenerating libstdc++v3 docs with 'make doc-pdf-docbook'.
OK for trunk?
OK, thanks.