Force gzipping the man page

This commit is contained in:
Alex Young
2012-07-19 17:22:25 +01:00
parent 314c0c2a2a
commit 76bbdb4889

View File

@@ -50,7 +50,7 @@ file "README.txt"
file "build/flexnbd.1.gz" => "README.txt" do
FileUtils.mkdir_p( "build" )
sh "a2x --destination-dir build --format manpage README.txt"
sh "gzip build/flexnbd.1"
sh "gzip -f build/flexnbd.1"
end
desc "Build just the man page"