Force gzipping the man page
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -50,7 +50,7 @@ file "README.txt"
|
|||||||
file "build/flexnbd.1.gz" => "README.txt" do
|
file "build/flexnbd.1.gz" => "README.txt" do
|
||||||
FileUtils.mkdir_p( "build" )
|
FileUtils.mkdir_p( "build" )
|
||||||
sh "a2x --destination-dir build --format manpage README.txt"
|
sh "a2x --destination-dir build --format manpage README.txt"
|
||||||
sh "gzip build/flexnbd.1"
|
sh "gzip -f build/flexnbd.1"
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Build just the man page"
|
desc "Build just the man page"
|
||||||
|
Reference in New Issue
Block a user