diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2017-05-16 11:37:22 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2017-05-16 11:37:22 +0100 |
commit | 5f54ae00d0d2708faea7f88363c6e69a3afb5a5f (patch) | |
tree | 34017a1cd637a32b0778f62afeb737b8b6fab8c0 | |
parent | ad2b8b37ecc4924ed9fed5f769db94689f1cf57d (diff) | |
download | gcc-5f54ae00d0d2708faea7f88363c6e69a3afb5a5f.zip gcc-5f54ae00d0d2708faea7f88363c6e69a3afb5a5f.tar.gz gcc-5f54ae00d0d2708faea7f88363c6e69a3afb5a5f.tar.bz2 |
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
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/doc/html/manual/source_organization.html | 4 | ||||
-rw-r--r-- | 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 7b5ffce..f228a39 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2017-05-16 Jonathan Wakely <jwakely@redhat.com> + * 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 7ec9cad..6b8cc45 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 <a class="link" href="test.html#test.run.permutations" title="Permutations">permutations</a> + DejaGnu 1.5.3 or later. </dd></dl></div><p> 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 f5b759a..4133547 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 <link linkend="test.run.permutations">permutations</link> + DejaGnu 1.5.3 or later. </listitem> </varlistentry> </variablelist> |