Add a short description for the "pmake" book, which should immediately

start to work correctly after the next scheduled web build.
This commit is contained in:
Giorgos Keramidas 2005-05-07 22:38:17 +00:00
parent 400ddb5989
commit a8fae36072
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24475

View file

@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.188 2005/01/31 12:48:12 brueffer Exp $">
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.189 2005/03/02 11:41:06 jcamou Exp $">
<!ENTITY title "Documentation">
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
@ -71,6 +71,12 @@
<small>Essential reading if you plan on providing a port of a third
party piece of software.</small></p>
<p><a href="&url.books;/pmake/index.html">The PMake Tutorial</a>
(<tt>pmake</tt>)<br>
<small>A tutorial for the <em>make</em> utility. This book is essential
reading for anyone who wants to understand all the details of using
<em>make</em> of reading and writing makefiles.</small></p>
<p><a href="&url.books;/design-44bsd/index.html">Chapter 2
of "The Design and Implementation of the 4.4BSD Operating
System"</a> (<tt>design-44bsd</tt>)<br>