Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2012-08-28 15:54:23 +0000
committerJeff Johnston2012-08-28 21:50:58 +0000
commitcce375dd68e7ae9288d141d018fe529ed740cb2a (patch)
treeeab34ce1f0f7592652bcb75005e861af58139137 /build/org.eclipse.cdt.autotools.docs
parentcb70e7b23bec80498f6a8c9f7886ef6eb4d22755 (diff)
downloadorg.eclipse.cdt-cce375dd68e7ae9288d141d018fe529ed740cb2a.tar.gz
org.eclipse.cdt-cce375dd68e7ae9288d141d018fe529ed740cb2a.tar.xz
org.eclipse.cdt-cce375dd68e7ae9288d141d018fe529ed740cb2a.zip
bug 388165: The autotools "GNU Tools" TOC entry problematic
https://bugs.eclipse.org/bugs/show_bug.cgi?id=388165 Point gcc to general online docs page with latest release plus others. Change title to be GNU Tools On-line Documentation Change-Id: I84be7cd610e848ef523847cf0e1a003302e3e3a5 Reviewed-on: https://git.eclipse.org/r/7464 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
Diffstat (limited to 'build/org.eclipse.cdt.autotools.docs')
-rw-r--r--build/org.eclipse.cdt.autotools.docs/tools.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/org.eclipse.cdt.autotools.docs/tools.xml b/build/org.eclipse.cdt.autotools.docs/tools.xml
index dd5b236d6f2..40c2720bbbc 100644
--- a/build/org.eclipse.cdt.autotools.docs/tools.xml
+++ b/build/org.eclipse.cdt.autotools.docs/tools.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
-<toc label="GNU Tools">
- <topic label="gcc" href="http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc/"/>
+<toc label="GNU Tools On-line Documentation">
+ <topic label="gcc" href="http://gcc.gnu.org/onlinedocs/"/>
<topic label="binutils" href="http://sourceware.org/binutils/docs/"/>
<topic label="autoconf" href="http://www.gnu.org/software/autoconf/manual/html_node/index.html"/>
<topic label="automake" href="http://www.gnu.org/software/automake/manual/html_node/index.html"/>

Back to the top