* Fix example exclude regexp. Closes: #469691

master
Joey Hess 2008-03-06 12:09:10 -05:00
parent 0e7896690b
commit eff0e7aa8a
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View 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

View 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)