docs: convert README, CODING_STYLE and HACKING to RST syntax

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2019-08-23 17:09:24 +01:00
parent 500efcfcf0
commit 336a7451e8
4 changed files with 191 additions and 102 deletions

View file

@ -461,7 +461,7 @@ sub top_of_kernel_tree {
my @tree_check = (
"COPYING", "MAINTAINERS", "Makefile",
"README", "docs", "VERSION",
"README.rst", "docs", "VERSION",
"vl.c"
);