From 5f54ae00d0d2708faea7f88363c6e69a3afb5a5f Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 16 May 2017 11:37:22 +0100 Subject: [PATCH] Add cross-reference for test permutations in libstdc++ manual * doc/xml/manual/appendix_contributing.xml: Link to test docs and note higher DejaGnu version requirement. * doc/html/*: Regenerate. From-SVN: r248092 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/doc/html/manual/source_organization.html | 4 +++- libstdc++-v3/doc/xml/manual/appendix_contributing.xml | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7b5ffced911..f228a394b60 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2017-05-16 Jonathan Wakely + * doc/xml/manual/appendix_contributing.xml: Link to test docs and + note higher DejaGnu version requirement. + * doc/html/*: Regenerate. + * doc/xml/manual/appendix_contributing.xml: Link to the list of bad identifiers. * doc/html/*: Regenerate. diff --git a/libstdc++-v3/doc/html/manual/source_organization.html b/libstdc++-v3/doc/html/manual/source_organization.html index 7ec9cadf19c..6b8cc450dde 100644 --- a/libstdc++-v3/doc/html/manual/source_organization.html +++ b/libstdc++-v3/doc/html/manual/source_organization.html @@ -70,7 +70,9 @@ It has subdirectories: library. Support for "make check" and "make check-install" is complete, and runs through all the subdirectories here when this command is issued from the build directory. Please note that - "make check" requires DejaGNU 1.4 or later to be installed. + "make check" requires DejaGnu 1.4 or later to be installed, + or for extra permutations + DejaGnu 1.5.3 or later.

Other subdirectories contain variant versions of certain files that are meant to be copied or linked by the configure script. diff --git a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml index f5b759ac518..41335475f3b 100644 --- a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml +++ b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml @@ -358,7 +358,9 @@ It has subdirectories: library. Support for "make check" and "make check-install" is complete, and runs through all the subdirectories here when this command is issued from the build directory. Please note that - "make check" requires DejaGNU 1.4 or later to be installed. + "make check" requires DejaGnu 1.4 or later to be installed, + or for extra permutations + DejaGnu 1.5.3 or later.