Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2013-08-30 17:35:44 +0000
committerJeff Johnston2013-08-30 17:41:30 +0000
commitf2b81954e78532a56409b2c574018d383534e7fa (patch)
treeac1ee0716512367693f1668cb9eb72b74f94a97a
parentcb17b37a0cea86b6074c6236eaddfc01a0836d22 (diff)
downloadorg.eclipse.cdt-f2b81954e78532a56409b2c574018d383534e7fa.tar.gz
org.eclipse.cdt-f2b81954e78532a56409b2c574018d383534e7fa.tar.xz
org.eclipse.cdt-f2b81954e78532a56409b2c574018d383534e7fa.zip
Bug 416067 - Duplicate title in TOC
- fix Autotools docs Change-Id: I3bdf1c00b36a12d6037b6e03378ed17c50d48b77 Reviewed-on: https://git.eclipse.org/r/16008 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.xml20
1 files changed, 9 insertions, 11 deletions
diff --git a/build/org.eclipse.cdt.autotools.docs/toc.xml b/build/org.eclipse.cdt.autotools.docs/toc.xml
index be592ba16f6..e749312f7fc 100644
--- a/build/org.eclipse.cdt.autotools.docs/toc.xml
+++ b/build/org.eclipse.cdt.autotools.docs/toc.xml
@@ -1,15 +1,13 @@
<?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">
- <topic href="CDT/Autotools/User_Guide/User-Guide.html" 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>
- <topic href="CDT/Autotools/User_Guide/Configuration.html" label="Configuration"></topic>
- <topic href="CDT/Autotools/User_Guide/Invoking-Autotools.html" label="Invoking Autotools"></topic>
- <topic href="CDT/Autotools/User_Guide/Special-Editors.html" label="Special Editors"></topic>
- <topic href="CDT/Autotools/User_Guide/Building.html" label="Building"></topic>
- <topic href="CDT/Autotools/User_Guide/Make-Targets.html" label="Make Targets"></topic>
- <topic href="CDT/Autotools/User_Guide/Updating-This-Document.html" label="Updating This Document"></topic>
- </topic>
+ <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>
+ <topic href="CDT/Autotools/User_Guide/Configuration.html" label="Configuration"></topic>
+ <topic href="CDT/Autotools/User_Guide/Invoking-Autotools.html" label="Invoking Autotools"></topic>
+ <topic href="CDT/Autotools/User_Guide/Special-Editors.html" label="Special Editors"></topic>
+ <topic href="CDT/Autotools/User_Guide/Building.html" label="Building"></topic>
+ <topic href="CDT/Autotools/User_Guide/Make-Targets.html" label="Make Targets"></topic>
+ <topic href="CDT/Autotools/User_Guide/Updating-This-Document.html" label="Updating This Document"></topic>
</toc> \ No newline at end of file

Back to the top