* Added pointers to the README files in emacs/ and vim/ directories.
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 11 Aug 2003 19:13:12 +0000 (19:13 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 11 Aug 2003 19:13:12 +0000 (19:13 +0000)
* Added slashes to distinguish directories and tools from simple scripts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7739 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index 633b1e84a5d2c71819e9ae21d4815d22febfd9a8..6486bd77843d24f6b64e9f352bcd97c33dff76c3 100644 (file)
     they are code generators for parts of LLVM infrastructure.
 
     <dl compact>
-      <td><tt><b>Burg</b></tt><dd> <tt>Burg</tt> is an instruction selector
+      <td><tt><b>Burg/</b></tt><dd> <tt>Burg</tt> 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.<p>
       top of your LLVM CVS tree, running <tt>utils/cvsupdate</tt> is the
       preferred way of updating the tree.<p>
 
-      <dt><tt><b>emacs</b></tt><dd> The <tt>emacs</tt> directory contains
+      <dt><tt><b>emacs/</b></tt><dd> The <tt>emacs</tt> 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.<p>
+      description files. For information on how to use the syntax files, consult
+      the <tt>README</tt> file in that directory.<p>
 
       <dt><tt><b>getsrcs.sh</b></tt><dd> The <tt>getsrcs.sh</tt> script finds
       and outputs all non-generated source files, which is useful if one wishes
       tools, and the results can be seen by following the appropriate link on
       the <a href="http://llvm.cs.uiuc.edu/">LLVM homepage</a>.<p>
 
-      <dt><tt><b>TableGen</b></tt><dd> The <tt>TableGen</tt> directory contains
+      <dt><tt><b>TableGen/</b></tt><dd> The <tt>TableGen</tt> directory contains
       the tool used to generate register descriptions, instruction set
       descriptions, and even assemblers from common TableGen description
       files.<p>
 
-      <dt><tt><b>vim</b></tt><dd> The <tt>vim</tt> directory contains
+      <dt><tt><b>vim/</b></tt><dd> The <tt>vim</tt> directory contains
       syntax-highlighting files which will work with the VIM editor, providing
       syntax highlighting support for LLVM assembly files and TableGen
-      description files.<p>
+      description files. For information on how to use the syntax files, consult
+      the <tt>README</tt> file in that directory.<p>
  
     </dl>