From 9c55997333b6fe9c5267f568375d0932a108cb17 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Sat, 2 Oct 2010 14:03:22 +0200 Subject: improved style of docs --- doc/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/index.html b/doc/index.html index 195c034..5474581 100644 --- a/doc/index.html +++ b/doc/index.html @@ -854,7 +854,7 @@ sudo gcc_select gcc40
  • - 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 @@ https://...

    - 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 @@ https://...

  • - 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.

    -- cgit v0.12