fix do_sphinx running in setup.py

This commit is contained in:
Ville M. Vainio 2008-05-22 21:11:35 +03:00
parent 9e716ec99b
commit 1e114fb69e

View File

@ -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")