From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760062AbdEOQuI (ORCPT ); Mon, 15 May 2017 12:50:08 -0400 Received: from ms.lwn.net ([45.79.88.28]:37260 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754484AbdEOQuG (ORCPT ); Mon, 15 May 2017 12:50:06 -0400 Date: Mon, 15 May 2017 10:50:04 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: linux-kernel@vger.kernel.org, Linux Doc Mailing List , Mauro Carvalho Chehab , Jani Nikula , Takashi Iwai , Markus Heiser , "Herton R. Krzesinski" , Al Viro , Silvio Fricke Subject: Re: [PATCH 01/36] docs-rst: convert kernel-hacking to ReST Message-ID: <20170515105004.1c47c062@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 12 May 2017 10:59:44 -0300 Mauro Carvalho Chehab wrote: > Documentation/DocBook/Makefile | 2 +- > Documentation/DocBook/kernel-hacking.tmpl | 1312 ----------------------------- > Documentation/conf.py | 2 + > Documentation/index.rst | 1 + > Documentation/kernel-hacking/conf.py | 10 + > Documentation/kernel-hacking/index.rst | 794 +++++++++++++++++ So I was looking at part 3, wondering why I was seeing this material again. If you redo the series, it might be nice to just land it in hacking.rst to begin with and reduce the subsequent churn a little bit. jon