* Fix example exclude regexp. Closes: #469691
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 6 Mar 2008 17:09:10 +0000 (12:09 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 6 Mar 2008 17:09:10 +0000 (12:09 -0500)
debian/changelog
doc/ikiwiki.setup

index e70221f406d8e95a99219e4451bd32d508f9e257..aa118a6a014fea869f7435f40cf4474cda1aeec3 100644 (file)
@@ -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 <madduck@debian.org>  Sun, 02 Mar 2008 17:46:38 +0100
 
index 1cef4bd87f2964a392e18d6b9dfda5edbec6de49..9c94bcbe148e5ba7be789f74e21d798007360d9e 100644 (file)
@@ -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)