This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9a28021
)
The --destdir option to installman should be made
author
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 29 Jul 2003 13:02:43 +0000
(13:02 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 29 Jul 2003 13:02:43 +0000
(13:02 +0000)
optional so that it doesn't complain when passed
an empty value (from Rafael)
p4raw-id: //depot/perl@20308
installman
patch
|
blob
|
blame
|
history
diff --git
a/installman
b/installman
index
1a5062d
..
1081045
100755
(executable)
--- a/
installman
+++ b/
installman
@@
-41,7
+41,7
@@
my $usage =
my %opts;
GetOptions( \%opts,
qw( man1dir=s man1ext=s man3dir=s man3ext=s batchlimit=i
- destdir
=
s notify n help silent S verbose V))
+ destdir
:
s notify n help silent S verbose V))
|| die $usage;
die $usage if $opts{help};