Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2013-09-05 14:47:03 +0000
committerJeff Johnston2013-09-05 14:49:08 +0000
commit7e3098b0264e2eb2bf35a5dc26e73628e094e8a2 (patch)
tree1b158279ffb5a5c590cd472a5590fec07b37f6c1
parente25c4747df069a6b39f9252936e7e07ced319f1c (diff)
downloadorg.eclipse.cdt-7e3098b0264e2eb2bf35a5dc26e73628e094e8a2.tar.gz
org.eclipse.cdt-7e3098b0264e2eb2bf35a5dc26e73628e094e8a2.tar.xz
org.eclipse.cdt-7e3098b0264e2eb2bf35a5dc26e73628e094e8a2.zip
Bug 416067 - Duplicate titles in Autotools docs
- Remove the html reference in the top toc item Change-Id: I934d3b03bac7be247b21dbe7d9c656ff1bcd17e8 Reviewed-on: https://git.eclipse.org/r/16161 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
-rw-r--r--build/org.eclipse.cdt.autotools.docs/toc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.autotools.docs/toc.xml b/build/org.eclipse.cdt.autotools.docs/toc.xml
index e749312f7fc..a71bf3034e8 100644
--- a/build/org.eclipse.cdt.autotools.docs/toc.xml
+++ b/build/org.eclipse.cdt.autotools.docs/toc.xml
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8' ?>
<?NLS TYPE="org.eclipse.help.toc"?>
-<toc topic="CDT/Autotools/User_Guide/User-Guide.html" label="Autotools Plug-in User Guide">
+<toc label="Autotools Plug-in User Guide">
<topic href="CDT/Autotools/User_Guide/User-Guide.html" label="Introduction"></topic>
<topic href="CDT/Autotools/User_Guide/Supported-Environments.html" label="Supported Environments"></topic>
<topic href="CDT/Autotools/User_Guide/Creating-an-Autotools-Project.html" label="Creating an Autotools Project"></topic>

Back to the top