summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-11 21:59:46 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-12 17:38:26 -0400
commitc900d42e51abbda36eef18aa3b18b937aa485a08 (patch)
tree50a4af2691f72a8816a5056086dbdb394cc8d842
parent050cf2eba99d85802a786daaefd76ccba90bd1cc (diff)
downloadbuildstream-c900d42e51abbda36eef18aa3b18b937aa485a08.tar.gz
doc/source/examples_flatpak_autotools.rst: Using generated examples
Show the commands at work in this example.
-rw-r--r--doc/source/examples_flatpak_autotools.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/source/examples_flatpak_autotools.rst b/doc/source/examples_flatpak_autotools.rst
index fab0fd1d8..f2c66174d 100644
--- a/doc/source/examples_flatpak_autotools.rst
+++ b/doc/source/examples_flatpak_autotools.rst
@@ -125,9 +125,10 @@ just a few things you can try to do with the project.
Build the hello.bst element
~~~~~~~~~~~~~~~~~~~~~~~~~~~
To build the project, run :ref:`bst build <invoking_build>` in the
-following way::
+following way:
- bst build hello.bst
+.. raw:: html
+ :file: sessions/flatpak-autotools-build.html
Run the hello world program
@@ -137,6 +138,7 @@ and will automatically be in the default ``PATH`` for running things
in a :ref:`bst shell <invoking_shell>`.
To just run the program, run :ref:`bst shell <invoking_shell>` in the
-following way::
+following way:
- bst shell hello.bst -- hello
+.. raw:: html
+ :file: sessions/flatpak-autotools-shell.html