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