You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
591 B

--- a/Po4aBuilder.pm
+++ b/Po4aBuilder.pm
@@ -242,7 +242,6 @@
}
$parser->parse_from_file( $file, $out );
- system("gzip -9 -n -f $out") and die;
unlink "$file" || die;
}
@@ -264,7 +263,6 @@
print "Convert $outdir/$outfile.$section (online docbook.xsl file). ";
system("xsltproc -o $outdir/$outfile.$section --nonet $docbook_xsl_url $file") and die;
}
- system("gzip -9 -n -f $outdir/$outfile.$section") and die;
}
unlink "$file" || die;
}