diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-29 07:47:16 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-29 07:47:16 +0000 |
commit | 6f14a5b486b0f41c36b703807f2abee9d34c62a5 (patch) | |
tree | f5fce594c10f2690b06d9746fe2e670c13c4f193 /docs | |
parent | 31ce7fb6e12ae03adb804e5c39b38ed086b7f280 (diff) |
Make it HTML 4.01 Strict compliant.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18339 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/MakefileGuide.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index 6a2db5c325..d71ed44952 100644 --- a/docs/MakefileGuide.html +++ b/docs/MakefileGuide.html @@ -29,10 +29,11 @@ <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> @@ -277,7 +278,7 @@ 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 |