From 39e571d41067215a80f26089b260f1418caeb36b Mon Sep 17 00:00:00 2001 From: Molnar Laszlo Date: Fri, 21 Nov 1997 11:58:26 +0100 Subject: Major changes to the DOS/djgpp port (including threading): Subject: Re: dos-djgpp port not in perl 5.004_54 p4raw-id: //depot/perl@373 --- installhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installhtml') diff --git a/installhtml b/installhtml index b677cc29db..fd11ee69f4 100755 --- a/installhtml +++ b/installhtml @@ -295,7 +295,7 @@ sub create_index { # get the list of .html files in this directory opendir(DIR, $dir) || die "$0: error opening directory $dir for reading: $!\n"; - @files = sort(grep(/\.html$/, readdir(DIR))); + @files = sort(grep(/\.html?$/, readdir(DIR))); closedir(DIR); open(HTML, ">$html") || -- cgit v1.2.1