diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-11-08 12:50:09 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-11-08 18:17:47 +0900 |
commit | f34462c698b74ceaca457b539723e55226682195 (patch) | |
tree | f43430e88f0c234e99559a8e1e3a670c6078055e /MANIFEST.in | |
parent | e89e7364d6e1eec71dc854431d0f6a2cbd3f9c27 (diff) | |
download | buildstream-f34462c698b74ceaca457b539723e55226682195.tar.gz |
MANIFEST.in: Adding sphinx files
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 9491f804d..91568b55f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,8 @@ +# Basic toplevel package includes include README.rst include COPYING + +# Documentation package includes +include doc/Makefile +include doc/source/conf.py +include doc/source/index.rst |