Le 10/09/2016 à 17:19, Norbert Preining a écrit :
Hi Gavin,
We have released version 6.2 of Texinfo, the GNU documentation system.
another report: I am running
make check ALL_TESTS=yes
and see two failed tests:
test_scripts/coverage_formatting_fr.sh
test_scripts/layout_formatting_fr_icons.sh
and both tests have a trivial diff, namely that a final full stop
is missing:
--- layout//diffs/staging_res/formatting_fr_icons/formatting.html 2016-06-
26 21:52:24.000000000 +0900
+++ layout//out_parser/formatting_fr_icons/formatting.html 2016-09-11 00:15
:03.336533385 +0900
@@ -5401,7 +5401,7 @@
<h1 class="about-heading">A propos de ce document</h1>
<p>
- Ce document a été généré <em>a sunny day</em> en utilisant <a
href="http://www.gnu.org/software/texinfo/"><em>texi2any</em></a>
+ Ce document a été généré <em>a sunny day</em> en utilisant <a
href="http://www.gnu.org/software/texinfo/"><em>texi2any</em></a>.
</p>
<p>
Les boutons du panneau de navigation ont la signification suivante :
@@ -5502,7 +5502,7 @@
<hr>
<p><font size="-1">
- Ce document a été généré <em>a sunny day</em> en utilisant <a
href="http://www.gnu.org/software/texinfo/"><em>texi2any</em></a>
+ Ce document a été généré <em>a sunny day</em> en utilisant <a
href="http://www.gnu.org/software/texinfo/"><em>texi2any</em></a>.
</font></p>
Are the tests up-to-date?
I think the full stop comes from texinfo_document-6.0.90.fr that I've
amended (typos and this "point" ending the sentence).
#: tp/Texinfo/Convert/HTML.pm:6170
#, perl-brace-format
msgid "This document was generated on @emph{@today{}} using
uref{{program_homepage}, @emph{{program}}}."
msgstr "Ce document a @'et@'e g@'en@'er@'e @emph{@today{}} en utilisant
@uref{{program_homepage}, @emph{{program}}}."
Cheers,
Jean-Charles