Updated manpage and docs to clarify negated options usage. Thanks to Stefan

van der Walt for the heads-up.
This commit is contained in:
fperez 2005-12-01 18:14:21 +00:00
parent ad18848364
commit e7c9387f26

View File

@ -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'