2004-12-07 12:52:52 +01:00
|
|
|
--- setup.py.orig Wed Dec 1 07:32:32 2004
|
|
|
|
+++ setup.py Wed Dec 1 16:31:21 2004
|
|
|
|
@@ -99,8 +99,8 @@
|
|
|
|
|
2003-12-06 19:15:28 +01:00
|
|
|
# I can't find how to make distutils create a nested dir. structure, so
|
|
|
|
# in the meantime do it manually. Butt ugly.
|
2004-12-07 12:52:52 +01:00
|
|
|
-docdirbase = 'share/doc/ipython-%s' % version
|
2003-12-06 19:15:28 +01:00
|
|
|
-manpagebase = 'share/man/man1'
|
2004-12-07 12:52:52 +01:00
|
|
|
+docdirbase = 'share/doc/ipython'
|
2003-12-06 19:15:28 +01:00
|
|
|
+manpagebase = 'man/man1'
|
2004-12-07 12:52:52 +01:00
|
|
|
|
|
|
|
# We only need to exclude from this things NOT already excluded in the
|
|
|
|
# MANIFEST.in file.
|