diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 633b1e84a5d..6486bd77843 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -886,7 +886,7 @@
they are code generators for parts of LLVM infrastructure.
- Burg- Burg is an instruction selector
+
Burg/- Burg is an instruction selector
generator -- it builds trees on which it then performs pattern-matching to
select instructions according to the patterns the user has specified. Burg
is currently used in the Sparc V9 backend.
@@ -905,10 +905,11 @@
top of your LLVM CVS tree, running utils/cvsupdate is the
preferred way of updating the tree.
- - emacs
- The emacs directory contains
+
- emacs/
- The emacs directory contains
syntax-highlighting files which will work with Emacs and XEmacs editors,
providing syntax highlighting support for LLVM assembly files and TableGen
- description files.
+ description files. For information on how to use the syntax files, consult
+ the README file in that directory.
- getsrcs.sh
- The getsrcs.sh script finds
and outputs all non-generated source files, which is useful if one wishes
@@ -931,15 +932,16 @@
tools, and the results can be seen by following the appropriate link on
the LLVM homepage.
- - TableGen
- The TableGen directory contains
+
- TableGen/
- The TableGen directory contains
the tool used to generate register descriptions, instruction set
descriptions, and even assemblers from common TableGen description
files.
- - vim
- The vim directory contains
+
- vim/
- The vim directory contains
syntax-highlighting files which will work with the VIM editor, providing
syntax highlighting support for LLVM assembly files and TableGen
- description files.
+ description files. For information on how to use the syntax files, consult
+ the README file in that directory.
| |