From eff0e7aa8a8e0768b14e6bb45c6c6f1ec75b4ab7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 6 Mar 2008 12:09:10 -0500 Subject: * Fix example exclude regexp. Closes: #469691 --- doc/ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ikiwiki.setup') diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 1cef4bd87..9c94bcbe1 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -110,7 +110,7 @@ use IkiWiki::Setup::Standard { discussion => 1, # To exclude files matching a regexp from processing. This adds to # the default exclude list. - #exclude => qr/*\.wav/, + #exclude => qr/\.wav$/, # To change the extension used for generated html files. #htmlext => 'htm', # Time format (for strftime) -- cgit v1.2.3