mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Updated manpage and docs to clarify negated options usage. Thanks to Stefan
van der Walt for the heads-up.
This commit is contained in:
parent
ad18848364
commit
e7c9387f26
3
setup.py
3
setup.py
@ -96,6 +96,9 @@ def file_doesnt_endwith(test,endings):
|
||||
|
||||
# I can't find how to make distutils create a nested dir. structure, so
|
||||
# in the meantime do it manually. Butt ugly.
|
||||
# Note that http://www.redbrick.dcu.ie/~noel/distutils.html, ex. 2/3, contain
|
||||
# information on how to do this more cleanly once python 2.4 can be assumed.
|
||||
# Thanks to Noel for the tip.
|
||||
docdirbase = 'share/doc/ipython-%s' % version
|
||||
manpagebase = 'share/man/man1'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user