From nobody@FreeBSD.org  Sun Oct 28 17:29:32 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 83B72432
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 28 Oct 2012 17:29:32 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 6B3918FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 28 Oct 2012 17:29:32 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q9SHTWom061031
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 28 Oct 2012 17:29:32 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id q9SHTW5c061030;
	Sun, 28 Oct 2012 17:29:32 GMT
	(envelope-from nobody)
Message-Id: <201210281729.q9SHTW5c061030@red.freebsd.org>
Date: Sun, 28 Oct 2012 17:29:32 GMT
From: Rene Ladan <rene@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: add Makefile to Handbook Jails chapter
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         173155
>Category:       docs
>Synopsis:       add Makefile to Handbook Jails chapter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gjb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 28 17:30:00 UTC 2012
>Closed-Date:    Sun Oct 28 22:23:54 UTC 2012
>Last-Modified:  Sun Oct 28 22:23:54 UTC 2012
>Originator:     Rene Ladan
>Release:        FreeBSD 10-amd64
>Organization:
>Environment:
doc/head revision 39827
>Description:
Unlike the other chapters in the FreeBSD Handbook, the Jails chapter has no standalone Makefile.
>How-To-Repeat:
Noticed at http://people.freebsd.org/~pgj/checkupdate/fdp.nl.diffs.txt
>Fix:
Add a chapter Makefile based on handbook/x11/Makefile

Patch attached with submission follows:

Index: en_US.ISO8859-1/books/handbook/jails/Makefile
===================================================================
--- en_US.ISO8859-1/books/handbook/jails/Makefile	(revision 0)
+++ en_US.ISO8859-1/books/handbook/jails/Makefile	(working copy)
@@ -0,0 +1,15 @@
+#
+# Build the Handbook with just the content from this chapter.
+#
+# $FreeBSD$
+#
+
+CHAPTERS= 	jails/chapter.xml
+
+VPATH=		..
+
+MASTERDOC=	${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
+
+DOC_PREFIX?= 	${.CURDIR}/../../../..
+
+.include "../Makefile"


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gjb 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Sun Oct 28 21:54:28 UTC 2012 
Responsible-Changed-Why:  
Take. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=173155 
State-Changed-From-To: open->closed 
State-Changed-By: gjb 
State-Changed-When: Sun Oct 28 22:23:45 UTC 2012 
State-Changed-Why:  
Committed, thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=173155 
>Unformatted:
