Browse code

setup.py: don't gzip manpage in place

git-svn-id: https://s3tools.svn.sourceforge.net/svnroot/s3tools/s3cmd/trunk@109 830e0280-6d2a-0410-9c65-932aecc39d9d

Michal Ludvig authored on 2007/04/08 23:37:08
Showing 2 changed files
... ...
@@ -5,3 +5,4 @@ MANIFEST
5 5
 dist
6 6
 build
7 7
 .*.swp
8
+s3cmd.1.gz
... ...
@@ -12,7 +12,7 @@ except:
12 12
 
13 13
 ## Compress manpage. It behaves weird 
14 14
 ## with bdist_rpm when not compressed.
15
-os.system("gzip s3cmd.1")
15
+os.system("gzip -c s3cmd.1 > s3cmd.1.gz")
16 16
 
17 17
 ## Main distutils info
18 18
 setup(