##// END OF EJS Templates
fix do_sphinx running in setup.py
Ville M. Vainio -
Show More
@@ -22,7 +22,7 b" name = 'ipython'"
22 22 # because bdist_rpm does not accept dashes (an RPM) convention, and
23 23 # bdist_deb does not accept underscores (a Debian convention).
24 24
25 revision = '96'
25 revision = '109'
26 26 branch = 'ipython'
27 27
28 28 if branch == 'ipython':
@@ -60,8 +60,7 b" if len(sys.argv) >= 2 and sys.argv[1] in ('sdist','bdist_rpm'):"
60 60 os.chdir(cwd)
61 61
62 62 oscmd("""\
63 cd doc
64 python do_sphinx.py""")
63 cd doc && python do_sphinx.py""")
65 64
66 65 oscmd("cd doc && gzip -9c ipython.1 > ipython.1.gz")
67 66 oscmd("cd doc && gzip -9c pycolor.1 > pycolor.1.gz")
General Comments 0
You need to be logged in to leave comments. Login now