From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754027AbaHEOJJ (ORCPT ); Tue, 5 Aug 2014 10:09:09 -0400 Received: from cantor2.suse.de ([195.135.220.15]:50013 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751933AbaHEOJH (ORCPT ); Tue, 5 Aug 2014 10:09:07 -0400 Message-ID: <53E0E57B.8010600@suse.cz> Date: Tue, 05 Aug 2014 16:08:59 +0200 From: Michal Marek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Sam Ravnborg , Yann Droneaud CC: linux-kbuild@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, "Kirill A. Shutemov" , David Woodhouse , Rob Landley Subject: Re: [PATCHv1 1/2] Documentation: headers_install.txt is part of kbuild References: <20140709204915.GB32335@ravnborg.org> <20140713211819.GA16496@ravnborg.org> In-Reply-To: <20140713211819.GA16496@ravnborg.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2014-07-13 23:18, Sam Ravnborg wrote: > On Sun, Jul 13, 2014 at 12:15:29PM +0200, Yann Droneaud wrote: >> 'headers_install.txt' from Documentation/make/ is related to Kbuild >> so it must be moved in Documentation/kbuild/ directory. >> >> As Documentation/make/ directory has only one file, it will be removed >> as a consequence of moving 'headers_install.txt'. >> >> Cc: Kirill A. Shutemov >> Cc: Michal Marek >> Cc: David Woodhouse >> Cc: Rob Landley >> Cc: Sam Ravnborg >> Signed-off-by: Yann Droneaud > > This is much better - thanks. > Acked-by: Sam Ravnborg Applied to kbuild.git#misc, thanks. Michal