aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-21 11:41:32 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-21 11:41:32 -0400
commit4a3e16f8512ace3125db9adf59097de741e86217 (patch)
tree179f148d9cc1b3ccbaf422d1268cfaf0ed9c9c80
parentd5e65e582a34ae2494fee493ddcb2b959e4a4bce (diff)
downloadikiwiki-4a3e16f8512ace3125db9adf59097de741e86217.tar
ikiwiki-4a3e16f8512ace3125db9adf59097de741e86217.tar.gz
prefix_directives enabled in doc wiki, all preprocessor directives converted. (Simon McVittie)
-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}],
}