From patchwork Tue Sep 4 12:49:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 10587343 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 60F87112B for ; Tue, 4 Sep 2018 12:49:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 53867290ED for ; Tue, 4 Sep 2018 12:49:18 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4758C294AB; Tue, 4 Sep 2018 12:49:18 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id D8DCE290ED for ; Tue, 4 Sep 2018 12:49:17 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C15896E27B; Tue, 4 Sep 2018 12:49:16 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-ed1-x52f.google.com (mail-ed1-x52f.google.com [IPv6:2a00:1450:4864:20::52f]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0D7FB6E27B for ; Tue, 4 Sep 2018 12:49:15 +0000 (UTC) Received: by mail-ed1-x52f.google.com with SMTP id j62-v6so3139165edd.7 for ; Tue, 04 Sep 2018 05:49:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=syJiXLH6cqZlM6htXgGMVMs/bWv9EQ84ExJ0jiAWiAE=; b=PfkEDC3fT3Iek2kTZnuFAv86CYKbcn3mgHKCOFfikttYeeorQJsTyXOSV2TF4IMcBU QU77xcGPbJDlHLx46q6ifE3s+IFWWmyfCLmbJFoRUWjw4r14kE6FvtYs2y1zP/HYtNos 1p1+lpQdHvdR183PpbQzSKriohjSEyieC1Z3ogn1bvzT9onnXi3RNINbBoVWAnjXZLqd TdYZbNzKtPGH01gvh7ZRjZ8eMNPloXh9xwla3PE321x8MwscWu/ytmKpdshx1SVK71eu BRmQYYRJXB6KcrwvE+4FdxatRfcKnocBcE20EkM8H0kwkDcsV+1xQ0O4rD/vAWlqD902 HRlQ== X-Gm-Message-State: APzg51B7dkw8FtpX6qj2QbLwuSbfv4dVbIcqhGfGHYhxd82mY/fdo8EV gH/5E0goRszzMU7E16BvC2ycoPpsutN9gg== X-Google-Smtp-Source: ANB0VdaQd+QKws8bZfKs+9mWBXQyfyZgjf13TslWVRwvbm4wsNhtZVcLM8RSDb9kzjK0HqlsWyjfJg== X-Received: by 2002:a50:b306:: with SMTP id q6-v6mr35214125edd.264.1536065353503; Tue, 04 Sep 2018 05:49:13 -0700 (PDT) Received: from phenom.ffwll.local (212-51-149-109.fiber7.init7.net. [212.51.149.109]) by smtp.gmail.com with ESMTPSA id w22-v6sm10276434eda.34.2018.09.04.05.49.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Sep 2018 05:49:12 -0700 (PDT) From: Daniel Vetter To: DRI Development Subject: [PATCH libdrm] doc: Rename README&CONTRIBUTING to .rst Date: Tue, 4 Sep 2018 14:49:07 +0200 Message-Id: <20180904124907.6213-1-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.18.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daniel Vetter , Daniel Vetter MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Looks much neater on the gitlab UI, e.g. on my personal libdrm fork: https://gitlab.freedesktop.org/danvet/drm Signed-off-by: Daniel Vetter Acked-by: Eric Engestrom --- CONTRIBUTING => CONTRIBUTING.rst | 0 README => README.rst | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename CONTRIBUTING => CONTRIBUTING.rst (100%) rename README => README.rst (100%) diff --git a/CONTRIBUTING b/CONTRIBUTING.rst similarity index 100% rename from CONTRIBUTING rename to CONTRIBUTING.rst diff --git a/README b/README.rst similarity index 100% rename from README rename to README.rst