Follow up fix for skip_cleanup use
make sure doc_travis tox target has created the manual pages such that the environment contains this data
This commit is contained in:
parent
038bc48ca9
commit
68980b3cf0
11
setup.py
11
setup.py
@ -40,17 +40,6 @@ class sdist(setuptools_sdist.sdist):
|
||||
level=distutils.log.INFO
|
||||
)
|
||||
|
||||
# manual pages
|
||||
command = ['make', '-C', 'doc', 'man']
|
||||
self.announce(
|
||||
'Running make -C doc man target: %s' % str(command),
|
||||
level=distutils.log.INFO
|
||||
)
|
||||
self.announce(
|
||||
subprocess.check_output(command).decode(),
|
||||
level=distutils.log.INFO
|
||||
)
|
||||
|
||||
# standard sdist process
|
||||
setuptools_sdist.sdist.run(self)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user