summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-05-16 14:30:17 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-05-16 15:31:31 +0900
commite6448662960a1bc42fae6385929e97d9d6c94d42 (patch)
treef74cb4080cf94dd1ce97cf1d383843d6306470a1
parenta4d4f5777c96aca9176ccf4887fda6d598c41827 (diff)
downloadbuildstream-e6448662960a1bc42fae6385929e97d9d6c94d42.tar.gz
doc/examples/flatpak-autotools/README.md: Removing
This is redundant with doc/source/examples_flatpak_base.rst, lets please only document things once.
-rw-r--r--doc/examples/flatpak-autotools/README.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/examples/flatpak-autotools/README.md b/doc/examples/flatpak-autotools/README.md
deleted file mode 100644
index bd466f32b..000000000
--- a/doc/examples/flatpak-autotools/README.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# Buildstream project using autotools and flatpak
-
-This is an example to build an autotools project in a sandbox using a flatpak runtime to get all the needed deps
-
-## Usage
-
-1. Clone the repo
-2. cd into it
-3. build with buildstream
-
- bst build amhello.bst
-
-4. run it
-
- bst shell amhello.bst hello
-
-5. Expected output
-
- Hello World!
- This is amhello 1.0.
-
-6. Hack on it!
-
-## Credits
-
-- BuildStream: https://buildstream.gitlab.io/buildstream/
-- Flatpak: https://flatpak.org/
-- Autotools: https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html