--- bin/html.pl 2009/09/01 18:06:08 11 +++ bin/html.pl 2009/11/02 15:43:01 12 @@ -43,7 +43,7 @@ $path =~ s{^$recepies/*(.*?[^/]+)$}{$1} || next; return '' . qq|| - . ( $path =~ m{(\.sh|Makefile)$}i ? qq|$path| : '' ) + . ( $path =~ m{(\.sh|Makefile|\.conf)$}i ? qq|$path| : '' ) . qq|
$content
| ; }