From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,UNPARSEABLE_RELAY, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED896C43381 for ; Tue, 5 Mar 2019 07:00:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C86DE2082C for ; Tue, 5 Mar 2019 07:00:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727364AbfCEHAq (ORCPT ); Tue, 5 Mar 2019 02:00:46 -0500 Received: from out30-131.freemail.mail.aliyun.com ([115.124.30.131]:41825 "EHLO out30-131.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727083AbfCEG6p (ORCPT ); Tue, 5 Mar 2019 01:58:45 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R131e4;CH=green;DM=||false|;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01f04452;MF=alex.shi@linux.alibaba.com;NM=1;PH=DS;RN=10;SR=0;TI=SMTPD_---0TM.l8UT_1551769111; Received: from localhost(mailfrom:alex.shi@linux.alibaba.com fp:SMTPD_---0TM.l8UT_1551769111) by smtp.aliyun-inc.com(127.0.0.1); Tue, 05 Mar 2019 14:58:32 +0800 From: Alex Shi To: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, harryxiyou@gmail.com, corbet@lwn.net, leoyang.li@nxp.com Cc: colyli@suse.de, fengguang.wu@intel.com, shawn.guo@linaro.org, lizefan@huawei.com, Alex Shi Subject: [PATCH v2 05/27] docs/zh_CN: rename HOWTO into process directory Date: Tue, 5 Mar 2019 14:57:52 +0800 Message-Id: <20190305065815.157964-6-alex.shi@linux.alibaba.com> X-Mailer: git-send-email 2.19.1.856.g8858448bb In-Reply-To: <20190305065815.157964-1-alex.shi@linux.alibaba.com> References: <20190305065815.157964-1-alex.shi@linux.alibaba.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Make it available in htmldocs Signed-off-by: Alex Shi Cc: Harry Wei Cc: Jonathan Corbet Cc: Li Yang Cc: Li Zefan Cc: Shawn Guo Cc: Fengguang Wu Cc: Coly Li --- Documentation/translations/zh_CN/process/{HOWTO => howto.rst} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/translations/zh_CN/process/{HOWTO => howto.rst} (100%) diff --git a/Documentation/translations/zh_CN/process/HOWTO b/Documentation/translations/zh_CN/process/howto.rst similarity index 100% rename from Documentation/translations/zh_CN/process/HOWTO rename to Documentation/translations/zh_CN/process/howto.rst -- 2.19.1.856.g8858448bb