mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: Add silent rules for podwrapper.
Also quietens the podwrapper script itself, as there is no reason to print 'wrote <output>' for each output file.
This commit is contained in:
@@ -520,7 +520,7 @@ if ($man) {
|
||||
unlink $man;
|
||||
die "$input: errors or warnings in this POD file, see messages above\n"
|
||||
}
|
||||
print "$progname: wrote $man\n";
|
||||
#print "$progname: wrote $man\n";
|
||||
}
|
||||
|
||||
# Output HTML.
|
||||
@@ -618,7 +618,7 @@ if ($html) {
|
||||
unlink $html;
|
||||
die "$input: errors or warnings in this POD file, see messages above\n"
|
||||
}
|
||||
print "$progname: wrote $html\n";
|
||||
#print "$progname: wrote $html\n";
|
||||
}
|
||||
|
||||
# Output text.
|
||||
@@ -637,7 +637,7 @@ if ($text) {
|
||||
unlink $text;
|
||||
die "$input: errors or warnings in this POD file, see messages above\n"
|
||||
}
|
||||
print "$progname: wrote $text\n";
|
||||
#print "$progname: wrote $text\n";
|
||||
}
|
||||
|
||||
sub read_whole_file
|
||||
|
||||
Reference in New Issue
Block a user