##// END OF EJS Templates
Use python's gzip module instead of the gzip command for compatibility
James Morris -
Show More
@@ -105,7 +105,7 b" if len(sys.argv) >= 2 and sys.argv[1] in ('sdist','bdist_rpm'):"
105 to_update = [
105 to_update = [
106 ('docs/man/ipython.1.gz',
106 ('docs/man/ipython.1.gz',
107 ['docs/man/ipython.1'],
107 ['docs/man/ipython.1'],
108 'cd docs/man && gzip -9c ipython.1 > ipython.1.gz'),
108 'cd docs/man && python -m gzip --best ipython.1'),
109 ]
109 ]
110
110
111
111
General Comments 0
You need to be logged in to leave comments. Login now