1 | --- work/ipython-0.7.0/setup.py 2005-12-25 01:46:14.000000000 +0100 |
---|
2 | +++ setup.py 2006-01-10 09:27:58.000000000 +0100 |
---|
3 | @@ -99,7 +99,7 @@ |
---|
4 | # Note that http://www.redbrick.dcu.ie/~noel/distutils.html, ex. 2/3, contain |
---|
5 | # information on how to do this more cleanly once python 2.4 can be assumed. |
---|
6 | # Thanks to Noel for the tip. |
---|
7 | -docdirbase = 'share/doc/ipython-%s' % version |
---|
8 | +docdirbase = 'share/doc/ipython' |
---|
9 | manpagebase = 'share/man/man1' |
---|
10 | |
---|
11 | # We only need to exclude from this things NOT already excluded in the |
---|