docs: makefile-engine: add missing HTML tags.

Fixes #12063.

Signed-off-by: Augustin Cavalier <[email protected]>
This commit is contained in:
Alexander G. M. Smith
2015-06-01 18:28:17 -04:00
committed by Augustin Cavalier
parent 88f9012805
commit 143edb7460
+7
View File
@@ -1,3 +1,8 @@
<html>
<head>
<title>How To Create a Project Using Makefile Engine</title>
</head>
<body>
<h1>How To Create a Project Using Makefile Engine</h1>
<p>Haiku helps developers in build process of their projects by providing so
@@ -252,3 +257,5 @@ Poláčik</td>
<td align="right">Copyright &copy; 2011 Haiku Inc.</td>
</tr>
</table>
</body>
</html>