summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Maat <tristan.maat@codethink.co.uk>2017-12-19 17:25:41 +0000
committerTristan Maat <tristan.maat@codethink.co.uk>2017-12-19 17:27:28 +0000
commitaf6e96582aed02c2410cfe129f83c547068d825a (patch)
treeaf5d337709da7f2f9c1eefd6823699682103917f
parent8fb90c773e0f2d5e75decaf23123b02d47c10bf9 (diff)
downloadbuildstream-af6e96582aed02c2410cfe129f83c547068d825a.tar.gz
createproject.rst: Fix typos
-rw-r--r--doc/source/createproject.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/source/createproject.rst b/doc/source/createproject.rst
index 3de2dc5b4..84e8f6d83 100644
--- a/doc/source/createproject.rst
+++ b/doc/source/createproject.rst
@@ -9,7 +9,7 @@ If not, go to :ref:`installing`
Or :ref:`docker`
-This section will be using files from Cmake-test
+This section will be using files from Cmake-test
Setup
@@ -17,7 +17,7 @@ Setup
If using docker, run::
- bst-here
+ bst-here
In the directory you want to use.
@@ -42,7 +42,7 @@ Create a project directory and in it create the following directories:
Source files
~~~~
-There are multiple ways of including source files with build stream, and this is done though things called plugins.
+There are multiple ways of including source files with BuildStream, and this is done through things called plugins.
The list of options can be found here :ref:`plugins_sources`
@@ -106,17 +106,17 @@ In the elements directory Create a file called step7.bst containing::
kind: cmake # This is a build element plugin (linked below)
description: Cmake test
-
+
depends:
- filename: dependencies/base-platform.bst
type: build
- filename: dependencies/base-sdk.bst
type: build
-
+
sources:
- kind: tar # This is a Source Plugin
url: [PathToProjectDir]/src/step7.tar.gz
-
+
:ref:`kind (plugins)<plugins_build>`
:ref:`format_depends`
@@ -162,4 +162,4 @@ In the elements/dependencies directory Create a file called base-platform.bst co
integration-commands:
- ldconfig
-:ref:`format_public`
+:ref:`format_public`