diff --git a/IPython/Release.py b/IPython/Release.py index b06094b..72e896e 100644 --- a/IPython/Release.py +++ b/IPython/Release.py @@ -22,7 +22,7 @@ name = 'ipython' # because bdist_rpm does not accept dashes (an RPM) convention, and # bdist_deb does not accept underscores (a Debian convention). -revision = '96' +revision = '109' branch = 'ipython' if branch == 'ipython': diff --git a/setup.py b/setup.py index 877840d..d01b27b 100755 --- a/setup.py +++ b/setup.py @@ -60,8 +60,7 @@ if len(sys.argv) >= 2 and sys.argv[1] in ('sdist','bdist_rpm'): os.chdir(cwd) oscmd("""\ - cd doc - python do_sphinx.py""") + cd doc && python do_sphinx.py""") oscmd("cd doc && gzip -9c ipython.1 > ipython.1.gz") oscmd("cd doc && gzip -9c pycolor.1 > pycolor.1.gz")