From: Dobrica Pavlinusic Date: Mon, 2 Nov 2009 15:43:01 +0000 (+0000) Subject: add link to repository for *.conf files X-Git-Url: http://git.rot13.org/?p=sysadmin-cookbook-html;a=commitdiff_plain;h=f730fa97574963318b6d1eca186549f4d7894c47;ds=sidebyside add link to repository for *.conf files git-svn-id: file:///home/dpavlin/private/svn/sysadmin-cookbook-html@12 3e18072f-9615-4e06-9d3a-648eafba3f8d --- diff --git a/bin/html.pl b/bin/html.pl index 0b0d8e2..701838d 100755 --- a/bin/html.pl +++ b/bin/html.pl @@ -43,7 +43,7 @@ sub file { $path =~ s{^$recepies/*(.*?[^/]+)$}{$1} || next; return '' . qq|| - . ( $path =~ m{(\.sh|Makefile)$}i ? qq|$path| : '' ) + . ( $path =~ m{(\.sh|Makefile|\.conf)$}i ? qq|$path| : '' ) . qq|
$content
| ; }