[libstdc++-,doc] Mislocated </variablelist>
Przemyslaw Wirkus
Przemyslaw.Wirkus@arm.com
Tue Nov 21 15:23:00 GMT 2017
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?
Kind regards,
Przemyslaw Wirkus
libstdc++-v3/ChangeLog:
2017-11-08 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
* doc/xml/manual/using.xml (manual.intro.using.macros): Move
variablelist element at the end of its list.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch.txt
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20171121/72b0a9dc/attachment.txt>
More information about the Libstdc++
mailing list