summaryrefslogtreecommitdiff
path: root/fml/utils
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-07-15 12:17:19 +0000
committerfukachan <fukachan>2001-07-15 12:17:19 +0000
commit1a86dd27e087ed4cf89da217defb43676e42bce4 (patch)
tree2b598795e68874c443efebf6d3bc1d7b808989b1 /fml/utils
parentf9e196598f0d9b9aa69b2186f42ff989afe1b4f5 (diff)
downloadfml8-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-xfml/utils/bin/distdir2url.pl6
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";