diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-10-09 19:52:57 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-10-09 19:52:57 (GMT) |
commit | da582df6a7728a16830efd79b811ba19fc8ebb55 (patch) | |
tree | 15a18c85905749028bce0b79d18a7e933a2456ba /MANIFEST.in | |
parent | ea1da16f6b1601529323943f48bf94f59eb7a785 (diff) | |
download | SCons-da582df6a7728a16830efd79b811ba19fc8ebb55.zip SCons-da582df6a7728a16830efd79b811ba19fc8ebb55.tar.gz SCons-da582df6a7728a16830efd79b811ba19fc8ebb55.tar.bz2 |
scons.1 sconsign.1 scons-time.1 now make it into zip, tgz sdist and wheel
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index e509c38..04ec000 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,8 @@ recursive-include SCons/Tool/docbook * # For license file include LICENSE +include scons.1 sconsign.1 scons-time.1 +recursive-include build/doc/man *.1 |