From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932429AbcITHIe (ORCPT ); Tue, 20 Sep 2016 03:08:34 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33547 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932385AbcITHIc (ORCPT ); Tue, 20 Sep 2016 03:08:32 -0400 Date: Tue, 20 Sep 2016 09:08:37 +0200 From: Greg KH To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , Markus Heiser , Jonathan Corbet , Jani Nikula , LKML , stable@vger.kernel.org Subject: Re: [PATCH v4 22/29] Documentation/HOWTO: add cross-references to other documents Message-ID: <20160920070837.GB9768@kroah.com> References: <0b51b95fa4c5864f3568d5cbe7ea0037f7b21173.1474280152.git.mchehab@s-opensource.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0b51b95fa4c5864f3568d5cbe7ea0037f7b21173.1474280152.git.mchehab@s-opensource.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 19, 2016 at 08:07:56AM -0300, Mauro Carvalho Chehab wrote: > Add cross references for the documents mentioned at HOWTO and > are under the Documentation/ directory, using the ReST notation. > > It should be noticed that HOWTO also mentions the /README file. > We opted to not touch it, for now, as making it build on > Sphinx would require it to be moved to a Documentation/foo > directory. > > Signed-off-by: Mauro Carvalho Chehab > --- Acked-by: Greg Kroah-Hartman