Make installman to recognize the silence flag -S.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 24 Aug 2000 14:26:22 +0000 (14:26 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 24 Aug 2000 14:26:22 +0000 (14:26 +0000)
p4raw-id: //depot/perl@6800

installman

index c9fb0fe..7bb7c64 100755 (executable)
@@ -30,7 +30,7 @@ $usage =
        man3ext = $Config{'man3ext'};
        --notify (or -n) just lists commands that would be executed.\n";
 
-GetOptions( qw( man1dir=s man1ext=s man3dir=s man3ext=s notify n help)) 
+GetOptions( qw( man1dir=s man1ext=s man3dir=s man3ext=s notify n help S)) 
        || die $usage;
 die $usage if $opt_help;