# HG changeset patch # User Volker Grabsch # Date 1286021002 -7200 # Node ID 58b080e6b26a20673ea50321f4e6f0af5136afe3 # Parent 7cad1948b826506999ef9fc7d2b27b5ed041af1b improved style of docs diff -r 7cad1948b826 -r 58b080e6b26a doc/index.html --- 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 @@
  • - Grep through the src/*.mk files + Grep through the src/*.mk files to find a project that is most similar to yours. (Really, grep is your friend here.)

    @@ -962,7 +962,7 @@

    - At the very end of your *.mk file + At the very end of your *.mk file you should build the test program in a generic way, using strict compiler flags. The last few lines of @@ -983,9 +983,9 @@

  • - Check that you don't have "dirty stuf" in your *.mk files, + Check that you don't have "dirty stuf" in your *.mk files, such as TAB characters or trailing spaces at lines endings. - Have a look at random *.mk files + Have a look at random *.mk files to get a feeling for the coding style.