From owner-freebsd-doc@FreeBSD.ORG Sat May 18 04:23:42 2013 Return-Path: Delivered-To: doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A19FEC16 for ; Sat, 18 May 2013 04:23:42 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 2612FF80 for ; Sat, 18 May 2013 04:23:41 +0000 (UTC) Received: from localhost (acme.spoerlein.net [IPv6:2a01:4f8:131:23c2::1]) by acme.spoerlein.net (8.14.7/8.14.6) with ESMTP id r4I4NfRo096931 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 18 May 2013 06:23:41 +0200 (CEST) (envelope-from uqs@FreeBSD.org) Date: Sat, 18 May 2013 06:23:40 +0200 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: doc@FreeBSD.org Subject: move roff papers from src to doc repository Message-ID: <20130518042340.GE2055@acme.spoerlein.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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 04:23:42 -0000 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. This would be easy, if only we had one repository and not three. So this loses history and is an ugly diff :/ The patch is here: http://people.freebsd.org/~uqs/roff_papers.diff It's basically - copy all sources over from src - adjust Makefiles to remove SRCDIR - connect to build I also filed this as a PR under: http://www.freebsd.org/cgi/query-pr.cgi?pr=178730 Cheers, Uli