aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--docwiki.setup1
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6212febbb..6d7417488 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ikiwiki (2.55) UNRELEASED; urgency=low
+
+ * prefix_directives enabled in doc wiki, all preprocessor directives
+ converted. (Simon McVittie)
+
+ -- Joey Hess <joeyh@debian.org> Mon, 21 Jul 2008 11:35:46 -0400
+
ikiwiki (2.54) unstable; urgency=low
[ Joey Hess ]
diff --git a/docwiki.setup b/docwiki.setup
index ba3dd680d..99a7f0e41 100644
--- a/docwiki.setup
+++ b/docwiki.setup
@@ -15,5 +15,6 @@ use IkiWiki::Setup::Standard {
syslog => 0,
userdir => "users",
usedirs => 0,
+ prefix_directives => 1,
add_plugins => [qw{goodstuff version haiku polygen fortune}],
}