diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html
index af06d757120..b0ec2514798 100644
--- a/docs/MakefileGuide.html
+++ b/docs/MakefileGuide.html
@@ -15,13 +15,14 @@
- Projects
- Variable Values
- - Including Makefiles
-
- - Makefile
- - Makefile.common
- - Makefile.config
- - Makefile.rules
-
+ - Including Makefiles
+
+ - Makefile
+ - Makefile.common
+ - Makefile.config
+ - Makefile.rules
+
+
- Comments
@@ -462,7 +463,7 @@
BUILT_SOURCES
Specifies a set of source files that are generated from other source
files. These sources will be built before any other target processing to
- ensure they are present.
+ ensure they are present.
BYTECODE_LIBRARY
If set to any value, causes a bytecode library (.bc) to be built.
CONFIG_FILES
@@ -514,8 +515,8 @@
set in each makefile as it is used to find the top level and thus the other
makefiles.
LIBRARYNAME
- Specify the name of the library to be built. (Required For Libraries)
- BUILD_OBJ_DIR directory.
+ Specify the name of the library to be built. (Required For
+ Libraries)
LLVMLIBS
Specifies the set of libraries from the LLVM $(ObjDir) that will be
linked into the tool or library.
@@ -531,7 +532,7 @@
all source files to be built twice: once with options for position
independent code and once without. Use it only where you really need a
shared library.
- SOURCES(optional)
+ SOURCES(optional)
Specifies the list of source files in the current directory to be
built. Source files of any type may be specified (programs, documentation,
config files, etc.). If not specified, the makefile system will infer the
@@ -547,10 +548,10 @@
TOOLNAME
Specifies the name of the tool that the current directory should
build.
- USEDLIBS
+ USEDLIBS
Specifies the list of project libraries that will be linked into the
tool or library.
- VERBOSE
+ VERBOSE
Tells the Makefile system to produce detailed output of what it is doing
instead of just summary comments. This will generate a LOT of output.