From owner-svn-doc-head@freebsd.org Fri Aug 17 14:11:31 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76AED106FF2E; Fri, 17 Aug 2018 14:11:31 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C2B87FBCD; Fri, 17 Aug 2018 14:11:31 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D3C4171A; Fri, 17 Aug 2018 14:11:31 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7HEBU32052172; Fri, 17 Aug 2018 14:11:30 GMT (envelope-from bcr@FreeBSD.org) Received: (from bcr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7HEBUG9052171; Fri, 17 Aug 2018 14:11:30 GMT (envelope-from bcr@FreeBSD.org) Message-Id: <201808171411.w7HEBUG9052171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bcr set sender to bcr@FreeBSD.org using -f From: Benedict Reuschling Date: Fri, 17 Aug 2018 14:11:30 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52149 - head/en_US.ISO8859-1/books/fdp-primer/doc-build X-SVN-Group: doc-head X-SVN-Commit-Author: bcr X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/fdp-primer/doc-build X-SVN-Commit-Revision: 52149 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.27 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: Fri, 17 Aug 2018 14:11:31 -0000 Author: bcr Date: Fri Aug 17 14:11:30 2018 New Revision: 52149 URL: https://svnweb.freebsd.org/changeset/doc/52149 Log: Overlong lines are now properly wrapped to the proper length. Modified: head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml Fri Aug 17 14:09:05 2018 (r52148) +++ head/en_US.ISO8859-1/books/fdp-primer/doc-build/chapter.xml Fri Aug 17 14:11:30 2018 (r52149) @@ -29,7 +29,9 @@ POSSIBILITY OF SUCH DAMAGE. --> - + The Documentation Build Process This chapter covers organization of the documentation build @@ -158,8 +160,9 @@ - Make - includes are the glue that perform the document + Make + includes are the glue that perform the document production, and are usually of the form doc.xxx.mk. @@ -429,8 +432,8 @@ PRI_LANG?= en_US.ISO8859-1 ${MAKE} ${.TARGET:S/realpackage/package/:S/realinstall/install/} DIRPRFX=${DIRPRFX}${entry}/ ) .endfor - In the above, _SUBDIRUSE is now - a macro which will execute the given commands when it is + In the above, _SUBDIRUSE is + now a macro which will execute the given commands when it is listed as a dependency. What sets this macro apart from other targets?