From f730fa97574963318b6d1eca186549f4d7894c47 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 2 Nov 2009 15:43:01 +0000 Subject: [PATCH] add link to repository for *.conf files git-svn-id: file:///home/dpavlin/private/svn/sysadmin-cookbook-html@12 3e18072f-9615-4e06-9d3a-648eafba3f8d --- bin/html.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
| ; } -- 2.20.1