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 16:51:31 +0900
commite6f59b6343980ff533db65acbef0b5a14ef32336 (patch)
tree07953f31ffd4c55d1e31fa419e5c2f7766b3a2ea
parentb98791cb41f0b9871a1e93a231ef366b124912f8 (diff)
downloadbuildstream-e6f59b6343980ff533db65acbef0b5a14ef32336.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