summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-06 12:09:10 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-03-06 12:09:10 -0500
commiteff0e7aa8a8e0768b14e6bb45c6c6f1ec75b4ab7 (patch)
treebeb5281ef7d3444622adb2f06bf22abc94b93e46
parent0e7896690b8dbeb7c74fc0ce1f954159861fc8b3 (diff)
* Fix example exclude regexp. Closes: #469691
-rw-r--r--debian/changelog1
-rw-r--r--doc/ikiwiki.setup2
2 files changed, 2 insertions, 1 deletions
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 <madduck@debian.org> 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)