Lines Matching +full:dry +full:- +full:run
2 # Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
41 'dry-run|n', # Only output file names on STDOUT
62 print STDERR "DEBUG: --sourcedir = $options{sourcedir}\n"
64 print STDERR "DEBUG: --destdir = $options{destdir}\n"
66 print STDERR "DEBUG: --type = $options{type}\n"
68 print STDERR "DEBUG: --suffix = $options{suffix}\n"
71 print STDERR "DEBUG: --section = $_\n";
73 print STDERR "DEBUG: --remove = $options{remove}\n"
75 print STDERR "DEBUG: --debug = $options{debug}\n"
77 print STDERR "DEBUG: --dry-run = $options{\"dry-run\"}\n"
78 if defined $options{"dry-run"};
99 html => ".html" } -> {$options{type}};
100 …my $generate = { man => "pod2man --name=$name --section=$podinfo{section} --center=OpenSSL --rele…
101 …> "pod2html \"--podroot=$options{sourcedir}\" --htmldir=$updir --podpath=man1:man3:man5:man7 \"--i…
102 } -> {$options{type}};
111 unless ($options{"dry-run"}) {
144 if (! -d $output_dir) {
146 unless ($options{"dry-run"}) {
152 unless ($options{"dry-run"}) {
163 unless ($options{"dry-run"}) {
174 print STDERR "DEBUG: Linking $link_path -> $output_file\n"
176 unless ($options{"dry-run"}) {
182 unless ($options{"dry-run"}) {
188 unless ($options{"dry-run"}) {
192 print "$link_path -> $output_path\n";
203 process_docs.pl - A script to process OpenSSL docs
208 [B<--sourcedir>=I<dir>]
209 B<--destdir>=I<dir>
210 B<--type>=B<man>|B<html>
211 [B<--suffix>=I<suffix>]
212 [B<--remove>]
213 [B<--dry-run>|B<-n>]
214 [B<--debug>|B<-D>]
226 perl -I../foo util/process_docs.pl {options ...}
232 =item B<--sourcedir>=I<dir>
236 =item B<--destdir>=I<dir>
240 =item B<--type>=B<man>|B<html>
244 =item B<--suffix>=I<suffix>
246 A suffix added to the extension. Only valid with B<--type>=B<man>
248 =item B<--remove>
252 =item B<--dry-run>|B<-n>
256 =item B<--debug>|B<-D>
264 Copyright 2013-2018 The OpenSSL Project Authors. All Rights Reserved.