summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-03 17:41:42 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-03 17:41:42 +0900
commitcc5ef68c7a8ef00b9ebcf2452cfb5a3108256bd5 (patch)
tree66ce9a2add488f036fefc801d72ae1fd1b5d8349 /MANIFEST.in
parent7cea464a0a1f9286b768c037332e3c8f38920aa8 (diff)
downloadbuildstream-cc5ef68c7a8ef00b9ebcf2452cfb5a3108256bd5.tar.gz
MANIFEST.in: Include the sources for rebuilding the documentation session HTML
This was previously missing, causing our CI to forget to rebuild the sessions when updating the documentation. This fixes issue #778
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 41c09d74e..b8429830a 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -19,6 +19,7 @@ recursive-include doc/source *.html
recursive-include doc/source *.odg
recursive-include doc/source *.svg
recursive-include doc/examples *
+recursive-include doc/sessions *.run
# Tests
recursive-include tests *