aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2017-05-16 10:37:22 +0000
committerJonathan Wakely <jwakely@redhat.com>2017-05-16 10:37:22 +0000
commit33c5931ec3c2bc5ab56013b6638167619b88fa36 (patch)
tree34017a1cd637a32b0778f62afeb737b8b6fab8c0
parente01e7f83ad0064305f1f36438e9684aefcf487ea (diff)
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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@248092 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/doc/html/manual/source_organization.html4
-rw-r--r--libstdc++-v3/doc/xml/manual/appendix_contributing.xml4
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 <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 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 <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 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 <link linkend="test.run.permutations">permutations</link>
+ DejaGnu 1.5.3 or later.
</listitem>
</varlistentry>
</variablelist>