diff options
| author | fukachan <fukachan> | 2001-07-15 12:17:19 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-07-15 12:17:19 +0000 |
| commit | 1a86dd27e087ed4cf89da217defb43676e42bce4 (patch) | |
| tree | 2b598795e68874c443efebf6d3bc1d7b808989b1 /fml/utils | |
| parent | f9e196598f0d9b9aa69b2186f42ff989afe1b4f5 (diff) | |
| download | fml8-1a86dd27e087ed4cf89da217defb43676e42bce4.tar.gz fml8-1a86dd27e087ed4cf89da217defb43676e42bce4.tar.bz2 fml8-1a86dd27e087ed4cf89da217defb43676e42bce4.zip | |
try to pick up "00readme", "00install", "00manifest" too
Diffstat (limited to 'fml/utils')
| -rwxr-xr-x | fml/utils/bin/distdir2url.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/utils/bin/distdir2url.pl b/fml/utils/bin/distdir2url.pl index 69aee409..34256f62 100755 --- a/fml/utils/bin/distdir2url.pl +++ b/fml/utils/bin/distdir2url.pl @@ -5,8 +5,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $Id$ -# $FML$ +# $FML: distdir2url.pl,v 1.1 2001/04/30 11:43:34 fukachan Exp $ # use strict; @@ -40,7 +39,8 @@ sub Show print "<TR>\n"; print "<TD> $pathname \n"; - for my $fn ("README", "INSTALL", "MANIFEST") { + for my $fn ("README", "INSTALL", "MANIFEST", + "00readme", "00install", "00manifest") { print "<TD>"; if (-f "$pathname/$fn") { print "<A HREF=\"$pathname/$fn\">$fn</A>\n"; |
