Searched refs:readme (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/contrib/
H A Dconvert_to_f2c37 mv -i readme.netlib readme
H A Dconvert_to_g2c37 mv -i readme readme.netlib
H A Ddownload_f2c57 mv src libf77.gz libi77.gz f2c.1t.gz f2c.h.gz changes.gz disclaimer.gz readme.gz permission.gz ..
69 cmp src/readme src/README && rm -fv src/readme
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dcopyright.t75 open my $readme, '<', "../$file" or die "Opening $file failed: $!";
79 my $copyright_msg = <$readme>;
/openbsd-current/gnu/usr.bin/texinfo/
H A DMakefile.am14 AUTOMAKE_OPTIONS = 1.8 readme-alpha
H A DMakefile.in222 AUTOMAKE_OPTIONS = 1.8 readme-alpha
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DComplete.pm30 readme
101 [mru]|make|clean|dump|get|test|install|readme|look|cvs_import|perldoc|recent
H A DBundle.pm297 #-> sub CPAN::Bundle::readme ;
298 sub readme { subroutine
303 $CPAN::META->instance('CPAN::Distribution',$file)->readme;
H A DShell.pm91 readme => "display the README of a distro with a pager",
174 test make test (implies make) readme display these README files
2064 readme
H A DModule.pm499 #-> sub CPAN::Module::readme ;
500 sub readme { shift->rematein('readme') } subroutine
H A DDistribution.pm1387 #-> sub CPAN::Distribution::readme ;
1388 sub readme { subroutine
1399 split(/\//,"$sans.readme"),
1401 my $readme = "authors/id/$sans.readme";
1402 $self->debug("Doing localize for '$readme'") if $CPAN::DEBUG;
1403 $local_file = CPAN::FTP->localize($readme,
1405 or $CPAN::Frontend->mydie(qq{No $sans.readme found});
H A DFTP.pm513 readme(\.(gz|Z))? |
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dpod_lib.pl516 my $readme = $podname;
517 $readme =~ s/^perl//;
518 $state{readmes}{$readme} = $desc;
519 $flags{readme} = 1;
641 if $_->[2]{readme};
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm168 readme
1723 =item C<readme>, C<perldoc>, C<look> module or distribution
1725 C<readme> displays the README file of the associated distribution.
3050 =item CPAN::Bundle::readme()
3052 Recursively runs the C<readme> method on all items contained in the bundle
3188 =item CPAN::Distribution::readme()
3387 =item CPAN::Module::readme()
3389 Runs a C<readme> on the distribution associated with this module.

Completed in 401 milliseconds