summaryrefslogtreecommitdiff
path: root/doc/usage.mdwn
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2008-02-08 18:35:12 -0800
committerJosh Triplett <josh@freedesktop.org>2008-02-08 18:35:12 -0800
commita35dd1d806f9bca82c0c04a4ff6c69956e3371a0 (patch)
tree01d293a2966723ed2163c1c8439511756f93c067 /doc/usage.mdwn
parent6717ea5b953f17b8667845fedea87273a7d99371 (diff)
Add --prefix-directives and --no-prefix-directives options to ikiwiki
This avoids the need to set prefix_directives with --set.
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r--doc/usage.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn
index cd8f0542c..4c08c5b39 100644
--- a/doc/usage.mdwn
+++ b/doc/usage.mdwn
@@ -277,6 +277,11 @@ configuration options of their own.
Toggle creating output files named page/index.html (default) instead of page.html.
+* --prefix-directives, --no-prefix-directives
+
+ Toggle new '!'-prefixed syntax for preprocessor directives. ikiwiki currently
+ defaults to --no-prefix-directives.
+
* --w3mmode, --no-w3mmode
Enable [[w3mmode]], which allows w3m to use ikiwiki as a local CGI script,