diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-21 11:41:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-21 11:41:32 -0400 |
commit | 4a3e16f8512ace3125db9adf59097de741e86217 (patch) | |
tree | 179f148d9cc1b3ccbaf422d1268cfaf0ed9c9c80 | |
parent | d5e65e582a34ae2494fee493ddcb2b959e4a4bce (diff) |
prefix_directives enabled in doc wiki, all preprocessor directives converted. (Simon McVittie)
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | docwiki.setup | 1 |
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}], } |