Make it HTML 4.01 Strict compliant.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 29 Nov 2004 07:47:16 +0000 (07:47 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 29 Nov 2004 07:47:16 +0000 (07:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18339 91177308-0d34-0410-b5e6-96231b3b80d8

docs/MakefileGuide.html

index 6a2db5c3252b3feed747e213737d1065d2a79faa..d71ed44952b402e4084c9d7abe735f351dfc7abe 100644 (file)
   <li><a href="#tutorial">Tutorial</a>
     <ol>
       <li><a href="#libraries">Libraries</a></li>
-      <li><a href="#tools">Tools</a></li>
+      <li><a href="#tools">Tools</a>
         <ol>
          <li><a href="#JIT">JIT Tools</a></li>
        </ol>
+      </li>
     </ol>
   </li>
   <li><a href="#targets">Targets Supported</a>
   right set of libraries to link with is tedious, platform specific, and error 
   prone. Additionally, the JIT has special linker switch options that it needs.
   Consequently, to make it easier to build tools that use the JIT, you can 
-  use a special value for the <tt>LLVMLIBS> variable:</p>
+  use a special value for the <tt>LLVMLIBS</tt> variable:</p>
   <pre><tt>
       TOOLNAME = my_jit_tool
       USEDLIBS = mylib