From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765772AbcINXG0 (ORCPT ); Wed, 14 Sep 2016 19:06:26 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:46962 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1764429AbcINXGR (ORCPT ); Wed, 14 Sep 2016 19:06:17 -0400 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , Jonathan Corbet , Mauro Carvalho Chehab , Markus Heiser , Jani Nikula , LKML Subject: [PATCH 10/17] email-clients.txt: add it to the development-process book Date: Wed, 14 Sep 2016 20:05:55 -0300 Message-Id: X-Mailer: git-send-email 2.7.4 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This file is mentioned inside SubmittingPatches, and it is related to the patch submission process. So, move it to the right book, making Sphinx build it. Signed-off-by: Mauro Carvalho Chehab --- .../{email-clients.txt => development-process/email-clients.rst} | 0 Documentation/development-process/index.rst | 1 + 2 files changed, 1 insertion(+) rename Documentation/{email-clients.txt => development-process/email-clients.rst} (100%) diff --git a/Documentation/email-clients.txt b/Documentation/development-process/email-clients.rst similarity index 100% rename from Documentation/email-clients.txt rename to Documentation/development-process/email-clients.rst diff --git a/Documentation/development-process/index.rst b/Documentation/development-process/index.rst index 243041af82c3..e38f44729a21 100644 --- a/Documentation/development-process/index.rst +++ b/Documentation/development-process/index.rst @@ -18,6 +18,7 @@ Contents: stable_kernel_rules kernel-docs applying-patches + email-clients SubmitChecklist development-process -- 2.7.4