summaryrefslogtreecommitdiff
blob: 40927dbda818c5c1a6540c51df91925cf6301509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/Po4aBuilder.pm
+++ b/Po4aBuilder.pm
@@ -232,7 +232,6 @@
         }
         $parser->parse_from_file ($file, $out);
 
-        system("gzip -9 -f $out") and die;
         unlink "$file" || die;
     }
 
@@ -250,7 +249,6 @@
 		print "Convert $outdir/$outfile.$section (online docbook.xsl file). ";
 		system("xsltproc -o $outdir/$outfile.$section --nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $file") and die;
 	    }
-            system ("gzip -9 -f $outdir/$outfile.$section") and die;
         }
         unlink "$file" || die;
     }