Ticket #16269: patch-py25-ipython-files-patch-setup.py.diff.diff
File patch-py25-ipython-files-patch-setup.py.diff.diff, 887 bytes (added by paidhi@…, 16 years ago) |
---|
-
patch-setup.py.diff
old new 1 --- work/ipython-0.7.0/setup.py 2005-12-25 01:46:14.000000000 +01002 +++ setup.py 200 6-01-10 09:27:58.000000000 +01003 @@ - 98,7 +98,7 @@1 --- setup.py.orig 2008-06-01 00:31:42.000000000 +0200 2 +++ setup.py 2008-08-09 16:16:17.000000000 +0200 3 @@ -106,7 +106,7 @@ 4 4 # Note that http://www.redbrick.dcu.ie/~noel/distutils.html, ex. 2/3, contain 5 5 # information on how to do this more cleanly once python 2.4 can be assumed. 6 6 # Thanks to Noel for the tip. 7 -docdirbase = 'share/doc/ipython -%s' % version8 +docdirbase = 'share/doc/py25-ipython -%s' % version7 -docdirbase = 'share/doc/ipython' 8 +docdirbase = 'share/doc/py25-ipython' 9 9 manpagebase = 'share/man/man1' 10 10 11 11 # We only need to exclude from this things NOT already excluded in the