From owner-freebsd-doc@FreeBSD.ORG Sat May 18 08:28:44 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E5E865A9; Sat, 18 May 2013 08:28:44 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id A4D3A7B6; Sat, 18 May 2013 08:28:44 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id A42A114D2508; Sat, 18 May 2013 10:28:42 +0200 (CEST) X-Virus-Scanned: amavisd-new at !change-mydomain-variable!.example.com Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id unDprm-ymovS; Sat, 18 May 2013 10:28:37 +0200 (CEST) Received: from [192.168.0.10] (54034B4D.catv.pool.telekom.hu [84.3.75.77]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id EF75614D242F; Sat, 18 May 2013 10:28:36 +0200 (CEST) Message-ID: <51973BB7.3070600@FreeBSD.org> Date: Sat, 18 May 2013 10:28:39 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Thunderbird/20.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Ulrich_Sp=F6rlein?= , doc@FreeBSD.org Subject: Re: move roff papers from src to doc repository References: <20130518042340.GE2055@acme.spoerlein.net> In-Reply-To: <20130518042340.GE2055@acme.spoerlein.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 May 2013 08:28:45 -0000 Em 18-05-2013 06:23, Ulrich Spörlein escreveu: > So, to get groff out of source we need to first remove the roff > docs/papers as we will no longer build and install them. As they still > contain conceivably useful information, I want to move them into the doc > repository. I don't object to this but I'd like to see them better integrated. In your patch, I see they use bsd.doc.mk, which is not in the doc repository. I'd prefer having the Makefile code for these extracted into a doc.groff.mk or whatever and integrated into the doc build. The overall stuff should fit the existing conventions. Gabor