summaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-10-02 12:03:22 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-10-02 12:03:22 (GMT)
commit9c55997333b6fe9c5267f568375d0932a108cb17 (patch)
tree43bd440b344a8beefdc8aeff428a3f9a2eb3b9a2 /doc/index.html
parent0f1c318e1df655bbe88acac0ca81e3760841749f (diff)
downloadmxe-9c55997333b6fe9c5267f568375d0932a108cb17.zip
mxe-9c55997333b6fe9c5267f568375d0932a108cb17.tar.gz
mxe-9c55997333b6fe9c5267f568375d0932a108cb17.tar.bz2
improved style of docs
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html8
1 files 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</pre>
<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 @@ https://...</pre>
</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 @@ https://...</pre>
<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>