1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Date: Tue, 20 Aug 2019 11:37:48 +0300
Subject: gcc.texi: fix more info files rename
Bug-Debian: https://bugs.debian.org/935006
Fix renames in gcc info page.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
---
gcc/doc/gcc.texi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Index: gcc-doc/gcc/doc/gcc.texi
===================================================================
--- gcc-doc.orig/gcc/doc/gcc.texi
+++ gcc-doc/gcc/doc/gcc.texi
@@ -63,12 +63,12 @@ Texts being (a) (see below), and with th
@ifnottex
@dircategory Software development
@direntry
-* gcc: (gcc). The GNU Compiler Collection.
-* g++: (gcc). The GNU C++ compiler.
-* gcov: (gcc) Gcov. @command{gcov}---a test coverage program.
-* gcov-tool: (gcc) Gcov-tool. @command{gcov-tool}---an offline gcda profile processing program.
-* gcov-dump: (gcc) Gcov-dump. @command{gcov-dump}---an offline gcda and gcno profile dump tool.
-* lto-dump: (gcc) lto-dump. @command{lto-dump}---Tool for
+* @value{fngcc}: (@value{fngcc}). The GNU Compiler Collection.
+* @value{fngxx}: (@value{fngcc}). The GNU C++ compiler.
+* @value{fngcov}: (@value{fngcc}) Gcov. @command{gcov}---a test coverage program.
+* @value{fngcovtool}: (@value{fngcc}) Gcov-tool. @command{gcov-tool}---an offline gcda profile processing program.
+* @value{fngcovdump}: (@value{fngcc}) Gcov-dump. @command{gcov-dump}---an offline gcda and gcno profile dump tool.
+* @value{fnltodump}: (@value{fngcc}) lto-dump. @command{lto-dump}---Tool for
dumping LTO object files.
@end direntry
@sp 1
|