mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
setup.py: add iplogger manpage to list of manpages
This commit is contained in:
parent
a79bd91af7
commit
290f796061
4
setup.py
4
setup.py
@ -130,6 +130,10 @@ if len(sys.argv) >= 2 and sys.argv[1] in ('sdist','bdist_rpm'):
|
||||
['docs/man/ipengine.1'],
|
||||
'cd docs/man && gzip -9c ipengine.1 > ipengine.1.gz'),
|
||||
|
||||
('docs/man/iplogger.1.gz',
|
||||
['docs/man/iplogger.1'],
|
||||
'cd docs/man && gzip -9c iplogger.1 > iplogger.1.gz'),
|
||||
|
||||
('docs/man/ipython.1.gz',
|
||||
['docs/man/ipython.1'],
|
||||
'cd docs/man && gzip -9c ipython.1 > ipython.1.gz'),
|
||||
|
Loading…
Reference in New Issue
Block a user