From owner-svn-doc-head@FreeBSD.ORG Sun May 20 03:40:38 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 26CFD106567E; Sun, 20 May 2012 03:40:38 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 077EE8FC08; Sun, 20 May 2012 03:40:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4K3ebbS064237; Sun, 20 May 2012 03:40:37 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4K3ebJ7064235; Sun, 20 May 2012 03:40:37 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201205200340.q4K3ebJ7064235@svn.freebsd.org> From: Warren Block Date: Sun, 20 May 2012 03:40:37 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: svn commit: r38844 - head/en_US.ISO8859-1/books/fdp-primer/doc-build X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 03:40:38 -0000 Author: wblock Date: Sun May 20 03:40:37 2012 New Revision: 38844 URL: http://svn.freebsd.org/changeset/doc/38844 Log: Fix title capitalization and markup. Modified: head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.sgml Modified: head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.sgml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.sgml Sun May 20 00:50:15 2012 (r38843) +++ head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.sgml Sun May 20 03:40:37 2012 (r38844) @@ -105,7 +105,7 @@ - Understanding Makefiles in the Documentation tree + Understanding <filename>Makefile</filename>s in the Documentation Tree There are three main types of Makefiles in the FreeBSD Documentation Project tree. @@ -134,7 +134,7 @@ - Subdirectory Makefiles + Subdirectory <filename>Makefile</filename>s These Makefiles usually take the form of: @@ -192,7 +192,7 @@ DOC_PREFIX?= ${.CURDIR}/.. - Documentation Makefiles + Documentation <filename>Makefile</filename>s These Makefiles set a bunch of make variables that describe how to @@ -248,7 +248,7 @@ DOC_PREFIX?= ${.CURDIR}/../../.. - FreeBSD Documentation Project make includes + FreeBSD Documentation Project <application>Make</application> Includes This is best explained by inspection of the code. Here are the system include files: @@ -279,7 +279,7 @@ DOC_PREFIX?= ${.CURDIR}/../../.. - doc.project.mk + <filename>doc.project.mk</filename> By inspection: @@ -345,7 +345,7 @@ PRI_LANG?= en_US.ISO8859-1 - doc.subdir.mk + <filename>doc.subdir.mk</filename> This is too long to explain by inspection, you should be able to work it out with the knowledge gained from the @@ -379,7 +379,7 @@ PRI_LANG?= en_US.ISO8859-1 - Targets and macros + Targets and Macros Dependencies are described by target: @@ -429,7 +429,7 @@ PRI_LANG?= en_US.ISO8859-1 up. - Provided targets + Provided Targets @@ -454,7 +454,7 @@ PRI_LANG?= en_US.ISO8859-1 - More on conditionals + More on Conditionals @@ -476,7 +476,7 @@ PRI_LANG?= en_US.ISO8859-1 - Looping constructs in make (.for) + Looping Constructs in <command>make (.for)</command> .for provides a way to repeat a set of instructions for each space-separated element in a