aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.in
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 /ikiwiki.in
parent6717ea5b953f17b8667845fedea87273a7d99371 (diff)
downloadikiwiki-a35dd1d806f9bca82c0c04a4ff6c69956e3371a0.tar
ikiwiki-a35dd1d806f9bca82c0c04a4ff6c69956e3371a0.tar.gz
Add --prefix-directives and --no-prefix-directives options to ikiwiki
This avoids the need to set prefix_directives with --set.
Diffstat (limited to 'ikiwiki.in')
-rwxr-xr-xikiwiki.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ikiwiki.in b/ikiwiki.in
index 1ce7e1688..e0a591824 100755
--- a/ikiwiki.in
+++ b/ikiwiki.in
@@ -29,6 +29,7 @@ sub getconfig () { #{{{
"render=s" => \$config{render},
"wrappers!" => \$config{wrappers},
"usedirs!" => \$config{usedirs},
+ "prefix-directives!" => \$config{prefix_directives},
"getctime" => \$config{getctime},
"numbacklinks=i" => \$config{numbacklinks},
"rcs=s" => \$config{rcs},