From 4a3e16f8512ace3125db9adf59097de741e86217 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 21 Jul 2008 11:41:32 -0400 Subject: [PATCH] prefix_directives enabled in doc wiki, all preprocessor directives converted. (Simon McVittie) --- debian/changelog | 7 +++++++ docwiki.setup | 1 + 2 files changed, 8 insertions(+) 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 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}], } -- 2.32.0.93.g670b81a890