]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
texi2pod.pl: keep references of the form @ref{...}, print them bold.
authorMatthias Klose <doko@debian.org>
Thu, 26 Aug 2004 21:21:17 +0000 (21:21 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Thu, 26 Aug 2004 21:21:17 +0000 (21:21 +0000)
2004-08-26  Matthias Klose  <doko@debian.org>

        * texi2pod.pl: keep references of the form @ref{...}, print them bold.

From-SVN: r86633

contrib/ChangeLog
contrib/texi2pod.pl

index 82cfd05012ce123120b63a4ad221baee7fe1e30d..50d3f38ed8d329e6eed6337e2109836af6050c51 100644 (file)
@@ -1,7 +1,11 @@
+2004-08-26  Matthias Klose  <doko@debian.org>
+
+       * texi2pod.pl: keep references of the form @ref{...}, print them bold.
+
 2003-08-26  Matthias Klose  <doko@debian.org>
 
-       * test_summary: Include baseline used for libstdc++-v3
-       abi check in test summary.
+       * test_summary: Include baseline used for libstdc++-v3 abi check
+       in test summary.
 
 2004-05-31  Release Manager
 
index d38394588961bc4ab6223ea57a2404ae70d1bebc..7572275507639008f8ccfe49e4636943f29254e5 100755 (executable)
@@ -345,6 +345,9 @@ sub postprocess
     s/\@w\{([^\}]*)\}/S<$1>/g;
     s/\@(?:dmn|math)\{([^\}]*)\}/$1/g;
 
+    # keep references of the form @ref{...}, print them bold
+    s/\@(?:ref)\{([^\}]*)\}/B<$1>/g;
+
     # Cross references are thrown away, as are @noindent and @refill.
     # (@noindent is impossible in .pod, and @refill is unnecessary.)
     # @* is also impossible in .pod; we discard it and any newline that