docs/buildroot.html: misc small fixes and strip trailing spaces

This commit is contained in:
Peter Korsgaard 2008-12-16 09:00:11 +00:00
parent f3e8be761a
commit ce85931015

View File

@ -911,10 +911,10 @@ endif
<p>Two types of <i>Makefiles</i> can be written&nbsp;:</p>
<ul>
<li>Makefile for autotools-based (autoconf, automake, etc.)
<li>Makefiles for autotools-based (autoconf, automake, etc.)
softwares, are very easy to write thanks to the infrastructure
available in <code>package/Makefile.autotools.in</code>.</li>
<li>Makefile for other types of packages are a little bit more
<li>Makefiles for other types of packages are a little bit more
complex to write.</li>
</ul>