From: Joey Hess Date: Thu, 6 Mar 2008 17:09:10 +0000 (-0500) Subject: * Fix example exclude regexp. Closes: #469691 X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/eff0e7aa8a8e0768b14e6bb45c6c6f1ec75b4ab7 * Fix example exclude regexp. Closes: #469691 --- diff --git a/debian/changelog b/debian/changelog index e70221f40..aa118a6a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ ikiwiki (2.41) UNRELEASED; urgency=low * Support Text::Markdown::markdown, which is the spelling used by version 1.0.16 of Text::Markdown. * Updated Spanish translation from Victor Moral. + * Fix example exclude regexp. Closes: #469691 -- martin f. krafft Sun, 02 Mar 2008 17:46:38 +0100 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)