On 16/05/17 10:47 +0100, Jonathan Wakely wrote:
The bad names are not in a file called BADNAMES, so link from the old
chunk of documentation to the new position in the manual.

        * doc/xml/manual/appendix_contributing.xml: Link to the list of bad
        identifiers.
        * doc/html/*: Regenerate.

Committed to trunk.

Another cross-reference, committed to trunk.


commit 44a0bb0aa0449b85a96f46234aa6245d4e972fd7
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Tue May 16 11:37:01 2017 +0100

    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.

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>

Reply via email to