summaryrefslogtreecommitdiff
path: root/Documentation/meson.build
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2019-08-14 10:42:05 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2019-08-16 08:51:28 +0100
commit2b3cb4f37be5751dad671cd777ad3ca0eb73b767 (patch)
treed7010bb90700db49825ecef56448aff80015befc /Documentation/meson.build
parentabc63afca419d3b1bf2b0e109a2b52ebc36abfb5 (diff)
readme: Move index page content to README
Move the introduction content from the index.rst to the README.rst so that it can also be found quickly from the top level. Include the README.rst directly into the index.rst to continue serving it as the front page material. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Documentation/meson.build')
-rw-r--r--Documentation/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/meson.build b/Documentation/meson.build
index b1720b05..a560d02a 100644
--- a/Documentation/meson.build
+++ b/Documentation/meson.build
@@ -41,6 +41,7 @@ endif
if sphinx.found()
docs_sources = [
+ '../README.rst',
'coding-style.rst',
'conf.py',
'contributing.rst',