##// END OF EJS Templates
cleanup removed ipythonx,ipython-wx from setup.py
MinRK -
Show More
@@ -134,14 +134,6 b" if len(sys.argv) >= 2 and sys.argv[1] in ('sdist','bdist_rpm'):"
134 ['docs/man/ipython.1'],
134 ['docs/man/ipython.1'],
135 'cd docs/man && gzip -9c ipython.1 > ipython.1.gz'),
135 'cd docs/man && gzip -9c ipython.1 > ipython.1.gz'),
136
136
137 ('docs/man/ipython-wx.1.gz',
138 ['docs/man/ipython-wx.1'],
139 'cd docs/man && gzip -9c ipython-wx.1 > ipython-wx.1.gz'),
140
141 ('docs/man/ipythonx.1.gz',
142 ['docs/man/ipythonx.1'],
143 'cd docs/man && gzip -9c ipythonx.1 > ipythonx.1.gz'),
144
145 ('docs/man/irunner.1.gz',
137 ('docs/man/irunner.1.gz',
146 ['docs/man/irunner.1'],
138 ['docs/man/irunner.1'],
147 'cd docs/man && gzip -9c irunner.1 > irunner.1.gz'),
139 'cd docs/man && gzip -9c irunner.1 > irunner.1.gz'),
General Comments 0
You need to be logged in to leave comments. Login now