changeset 1248:58b080e6b26a

improved style of docs
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 02 Oct 2010 14:03:22 +0200
parents 7cad1948b826
children df3c2fe12ee9
files doc/index.html
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Sat Oct 02 21:49:07 2010 +1000
+++ b/doc/index.html	Sat Oct 02 14:03:22 2010 +0200
@@ -854,7 +854,7 @@
 
     <li>
         <p>
-        Grep through the src/*.mk files
+        Grep through the <code>src/*.mk</code> files
         to find a project that is most similar to yours.
         (Really, <code>grep</code> is your friend here.)
         </p>
@@ -962,7 +962,7 @@
         </p>
 
         <p>
-        At the very end of your *.mk file
+        At the very end of your <code>*.mk</code> file
         you should build the test program in a generic way,
         using strict compiler flags.
         The last few lines of
@@ -983,9 +983,9 @@
 
     <li>
         <p>
-        Check that you don't have "dirty stuf" in your *.mk files,
+        Check that you don't have "dirty stuf" in your <code>*.mk</code> files,
         such as TAB characters or trailing spaces at lines endings.
-        Have a look at random *.mk files
+        Have a look at random <code>*.mk</code> files
         to get a feeling for the coding style.
         </p>