prefix_directives enabled in doc wiki, all preprocessor directives converted. (Simon...
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 21 Jul 2008 15:41:32 +0000 (11:41 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 21 Jul 2008 15:41:32 +0000 (11:41 -0400)
debian/changelog
docwiki.setup

index 6212febbbdce6b2a40f7dc46ad72f922c78f80d1..6d74174889b88f302ec6c5bab6bcea984128e100 100644 (file)
@@ -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 ]
index ba3dd680d409d8afcf9e0e4019e618e6884acde2..99a7f0e41586a0ced98fdc564d713295d21cd1cf 100644 (file)
@@ -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}],
 }