From e7c9387f269d3bb72d86fff29477f09177616d89 Mon Sep 17 00:00:00 2001 From: fperez <> Date: Thu, 1 Dec 2005 18:14:21 +0000 Subject: [PATCH] Updated manpage and docs to clarify negated options usage. Thanks to Stefan van der Walt for the heads-up. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index d11fee875..de5a74614 100755 --- a/setup.py +++ b/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'