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 for files/patch-setup.py.diff (py25-ipython)

  • patch-setup.py.diff

    old new  
    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 @@ -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 @@
    44 # Note that http://www.redbrick.dcu.ie/~noel/distutils.html, ex. 2/3, contain
    55 # information on how to do this more cleanly once python 2.4 can be assumed.
    66 # Thanks to Noel for the tip.
    7 -docdirbase  = 'share/doc/ipython-%s' % version
    8 +docdirbase  = 'share/doc/py25-ipython-%s' % version
     7-docdirbase  = 'share/doc/ipython'
     8+docdirbase  = 'share/doc/py25-ipython'
    99 manpagebase = 'share/man/man1'
    1010 
    1111 # We only need to exclude from this things NOT already excluded in the